Shades of Caribbean Green #09DBAC
Tints of Caribbean Green #09DBAC
RGB
CMYK
RGB Variations
Color information
#09DBAC (or 0x09DBAC) is known color: Caribbean Green. HEX triplet: 09, DB and AC. RGB value is (9,219,172). Sum of RGB (Red+Green+Blue) = 9+219+172=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #09DBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DBAC is #F62453. Grayscale: #969696. Windows color (decimal): -16131156 or 11328265. OLE color: 11328265.
HSL color Cylindrical-coordinate representation of color #09DBAC: hue angle of 166.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBAC is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 172 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.14 |
| HSL | 166.57º | 0.92% | 0.45% | - |
| HSV(B) | 166.57º | 0.96% | 0.86% | - |
| XYZ | 32.89 | 53.7 | 47.66 | - |
| YUV | 150.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 172 | 0.96 | 0 | 0.21 | 0.14 | 166.57 | 0.92 | 0.45 |
| Hex | 9 | DB | AC | 60 | 0 | 15 | E | A7 | 5C | 2D |
| Octal | 11 | 333 | 254 | 140 | 0 | 25 | 16 | 247 | 134 | 55 |
| Binary | 1001 | 11011011 | 10101100 | 1100000 | 0 | 10101 | 1110 | 10100111 | 1011100 | 101101 |
Color Harmonies of #09DBAC
Complementary color
Monochromatic Colors of #09DBAC
Black with #09DBAC
Text Example
Text Example
White with #09DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBAC; }
p { color: rgb(9,219,172); }
H1.HeaderClassName
{
color: #09DBAC;
}
.AnyTagClassName
{
color: #09DBAC;
}
</style>
background-color css
<style>
a { background-color: #09DBAC; }
a { background-color: rgb(9,219,172); }
div.DivClassName
{
background-color: #09DBAC;
}
.BgClassName
{
background-color: #09DBAC;
}
</style>
border-color css
<style>
span { border-color: #09DBAC; }
span { border-color: rgb(9,219,172); }
td.TdClassName
{
border-color: #09DBAC;
}
.TagClassName
{
border-color: #09DBAC;
}
</style>