Html Css Color HEX #0FD1AB Caribbean Green

📋 copy color: '#0FD1AB'

red 15 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #0FD1AB

Tints of Caribbean Green #0FD1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.91%

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

R = 3.8%
G = 52.91%
B = 43.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#0FD1AB (or 0x0FD1AB) is known color: Caribbean Green. HEX triplet: 0F, D1 and AB. RGB value is (15,209,171). Sum of RGB (Red+Green+Blue) = 15+209+171=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD1AB is #F02E54. Grayscale: #929292. Windows color (decimal): -15740501 or 11260175. OLE color: 11260175.

HSL color Cylindrical-coordinate representation of color #0FD1AB: hue angle of 168.25º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD1AB is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 209 171 -
CMYK 0.93 0 0.18 0.18
HSL 168.25º 0.87% 0.44% -
HSV(B) 168.25º 0.93% 0.82% -
XYZ 30.35 48.64 46.32 -
YUV 146.66 141.73 34.09 -
System Red Green Blue C M Y K H S L
Decimal 15 209 171 0.93 0 0.18 0.18 168.25 0.87 0.44
Hex F D1 AB 5D 0 12 12 A8 57 2C
Octal 17 321 253 135 0 22 22 250 127 54
Binary 1111 11010001 10101011 1011101 0 10010 10010 10101000 1010111 101100

Color Harmonies of #0FD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD1AB

Black with #0FD1AB

Text Example


Text Example

White with #0FD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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