COLOR #0FD5AA

HEX: #0FD5AA
RGB: (15,213,170)

Color info

#0FD5AA contains mainly green and blue colors. Web safe color of #0FD5AA is #00CC99 (or #0C9).

RGB color model

#0FD5AA color RGB value is (15,213,170).

  • red value is 15;
  • green value is 213;
  • blue value is 170.
RGB:
(15,213,170)
(6%,84%,67%)

RGB channels and saturation

R 15 of 255 = 6%
G 213 of 255 = 84%
B 170 of 255 = 67%

15
213
170

R + G + B ~ 52%. #0FD5AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 213 + 170 = 398 (100%)
R 15 of 398 ~ 3.77%
G 213 of 398 ~ 53.52%
B 170 of 398 ~ 42.71%

%53.52
%42.71

CMYK color model

#0FD5AA color CMYK value is (93,0,20,16).

  • cyan value is 92.96%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 16.47%
CMYK:
(93,0,20,16)
C93M0Y20K16 
(93%,0%,20%,16%)
(0.93/0.00/0.20/0.16)	

CMYK percentages

%92.96
%0
%20.19
%16.47

Codes

Color #0FD5AA in popluar color models

0FD5AA
RGB15213170
HSL167°86.84%44.71%
HSB/HSV167°92.96%83.53%
CMYK92.96%0.00%20.19%
16.47%

Color #0FD5AA in popluar number systems.

HEX0FD5AA
Decimal15213170
Binary11111101010110101010
Octal17325252

Shades and tints

Shades of #0FD5AA

#0FD5AA
(15,213,170)
#0EC29B
(14,194,155)
#0DAF8C
(13,175,140)
#0C9C7D
(12,156,125)
#0B896E
(11,137,110)
#0A765F
(10,118,95)
#096350
(9,99,80)
#085041
(8,80,65)
#073D32
(7,61,50)
#062A23
(6,42,35)
#051714
(5,23,20)
#000000
(0,0,0)

Tints of #0FD5AA

#0FD5AA
(15,213,170)
#24D8B1
(36,216,177)
#39DBB8
(57,219,184)
#4EDEBF
(78,222,191)
#63E1C6
(99,225,198)
#78E4CD
(120,228,205)
#8DE7D4
(141,231,212)
#A2EADB
(162,234,219)
#B7EDE2
(183,237,226)
#CCF0E9
(204,240,233)
#E1F3F0
(225,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FD5AA color. Also use rgb(15,213,170) instead hex code.

Text Font Color

.myTextColor { color: #0FD5AA; }

<p style="color:#0FD5AA">This sample text font color is #0FD5AA.</p>

This text font color is #0FD5AA.


Background Color

.myBgColor { background-color: #0FD5AA; }

<div style="background-color:#0FD5AA">Inner text</div>

This div background color is #0FD5AA.


Border color

.myBorderColor { border: 1px solid #0FD5AA; }

<div style="border:3px solid #0FD5AA">Div</div>

This div border color is #0FD5AA.


Opacity

.myOpacity80 { color: #0FD5AA; opacity: 0.8; }

<p style="color:#0FD5AA;opacity:0.8;">80%</p>

Text with #0FD5AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0FD5AA;}

<p style="text-shadow: 3px 3px 1px #0FD5AA">Text here.</p>

This text has shadow with #0FD5AA color.

.textShadow {text-shadow: 3px 3px 1px #0FD5AA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0FD5AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #0FD5AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0FD5AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0FD5AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #0FD5AA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0FD5AA;
  -webkit-box-shadow:	1px 1px 3px 2px #0FD5AA;
  box-shadow:		1px 1px 3px 2px #0FD5AA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0FD5AA;
-webkit-box-shadow: 1px 1px 3px 2px #0FD5AA;
box-shadow:1px 1px 3px 2px #0FD5AA;">
Div content here</div>
This div box has shadow with color #0FD5AA.

Preview

Color preview on black background

This text has color #0FD5AA on black background.


Color preview on white background

This text has color #0FD5AA on white background.



Black color preview on #0FD5AA background

This text has black color on #0FD5AA background.


White color preview on #0FD5AA background

This text has white color on #0FD5AA background.