Html Css Color HEX #0FD9AB Caribbean Green

📋 copy color: '#0FD9AB'

red 15 ◦ green 217 ◦ blue 171

#0FD9AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0FD9AB

Tints of Caribbean Green #0FD9AB

RGB

 RED value IS 15 (6.25% from 255) = 3.72%

 GREEN value IS 217 (85.16% from 255) = 53.85%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 3.72%
G = 53.85%
B = 42.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FD9AB (or 0x0FD9AB) is known color: Caribbean Green. HEX triplet: 0F, D9 and AB. RGB value is (15,217,171). Sum of RGB (Red+Green+Blue) = 15+217+171=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD9AB is #F02654. Grayscale: #979797. Windows color (decimal): -15738453 or 11262223. OLE color: 11262223.

HSL color Cylindrical-coordinate representation of color #0FD9AB: hue angle of 166.34º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD9AB is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 217 171 -
CMYK 0.93 0 0.21 0.15
HSL 166.34º 0.87% 0.45% -
HSV(B) 166.34º 0.93% 0.85% -
XYZ 32.36 52.67 46.99 -
YUV 151.36 139.08 30.74 -
System Red Green Blue C M Y K H S L
Decimal 15 217 171 0.93 0 0.21 0.15 166.34 0.87 0.45
Hex F D9 AB 5D 0 15 F A6 57 2D
Octal 17 331 253 135 0 25 17 246 127 55
Binary 1111 11011001 10101011 1011101 0 10101 1111 10100110 1010111 101101

Color Harmonies of #0FD9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD9AB

Black with #0FD9AB

Text Example


Text Example

White with #0FD9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FD9AB; }

 p { color: rgb(15,217,171); }

 H1.HeaderClassName
 {
   color: #0FD9AB;
 }
 .AnyTagClassName
 {
   color: #0FD9AB;
 }
</style>

background-color css

<style>
 a { background-color: #0FD9AB; }

 a { background-color: rgb(15,217,171); }

 div.DivClassName
 {
   background-color: #0FD9AB;
 }
 .BgClassName
 {
   background-color: #0FD9AB;
 }
</style>

border-color css

<style>
 span { border-color: #0FD9AB; }

 span { border-color: rgb(15,217,171); }

 td.TdClassName
 {
   border-color: #0FD9AB;
 }
 .TagClassName
 {
   border-color: #0FD9AB;
 }
</style>