Shades of Caribbean Green #09DCA6
Tints of Caribbean Green #09DCA6
RGB
CMYK
RGB Variations
Color information
#09DCA6 (or 0x09DCA6) is known color: Caribbean Green. HEX triplet: 09, DC and A6. RGB value is (9,220,166). Sum of RGB (Red+Green+Blue) = 9+220+166=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DCA6 is #F62359. Grayscale: #969696. Windows color (decimal): -16130906 or 10935305. OLE color: 10935305.
HSL color Cylindrical-coordinate representation of color #09DCA6: hue angle of 164.64º 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 #09DCA6 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 166 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.14 |
| HSL | 164.64º | 0.92% | 0.45% | - |
| HSV(B) | 164.64º | 0.96% | 0.86% | - |
| XYZ | 32.59 | 54 | 44.78 | - |
| YUV | 150.76 | 136.6 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 166 | 0.96 | 0 | 0.25 | 0.14 | 164.64 | 0.92 | 0.45 |
| Hex | 9 | DC | A6 | 60 | 0 | 19 | E | A5 | 5C | 2D |
| Octal | 11 | 334 | 246 | 140 | 0 | 31 | 16 | 245 | 134 | 55 |
| Binary | 1001 | 11011100 | 10100110 | 1100000 | 0 | 11001 | 1110 | 10100101 | 1011100 | 101101 |
Color Harmonies of #09DCA6
Complementary color
Monochromatic Colors of #09DCA6
Black with #09DCA6
Text Example
Text Example
White with #09DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCA6; }
p { color: rgb(9,220,166); }
H1.HeaderClassName
{
color: #09DCA6;
}
.AnyTagClassName
{
color: #09DCA6;
}
</style>
background-color css
<style>
a { background-color: #09DCA6; }
a { background-color: rgb(9,220,166); }
div.DivClassName
{
background-color: #09DCA6;
}
.BgClassName
{
background-color: #09DCA6;
}
</style>
border-color css
<style>
span { border-color: #09DCA6; }
span { border-color: rgb(9,220,166); }
td.TdClassName
{
border-color: #09DCA6;
}
.TagClassName
{
border-color: #09DCA6;
}
</style>