Shades of Caribbean Green #09CCAC
Tints of Caribbean Green #09CCAC
RGB
CMYK
RGB Variations
Color information
#09CCAC (or 0x09CCAC) is known color: Caribbean Green. HEX triplet: 09, CC and AC. RGB value is (9,204,172). Sum of RGB (Red+Green+Blue) = 9+204+172=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCAC is #F63353. Grayscale: #8D8D8D. Windows color (decimal): -16134996 or 11324425. OLE color: 11324425.
HSL color Cylindrical-coordinate representation of color #09CCAC: hue angle of 170.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCAC is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 172 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.2 |
| HSL | 170.15º | 0.92% | 0.42% | - |
| HSV(B) | 170.15º | 0.96% | 0.8% | - |
| XYZ | 29.15 | 46.22 | 46.42 | - |
| YUV | 142.05 | 144.9 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 172 | 0.96 | 0 | 0.16 | 0.2 | 170.15 | 0.92 | 0.42 |
| Hex | 9 | CC | AC | 60 | 0 | 10 | 14 | AA | 5C | 2A |
| Octal | 11 | 314 | 254 | 140 | 0 | 20 | 24 | 252 | 134 | 52 |
| Binary | 1001 | 11001100 | 10101100 | 1100000 | 0 | 10000 | 10100 | 10101010 | 1011100 | 101010 |
Color Harmonies of #09CCAC
Complementary color
Monochromatic Colors of #09CCAC
Black with #09CCAC
Text Example
Text Example
White with #09CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCAC; }
p { color: rgb(9,204,172); }
H1.HeaderClassName
{
color: #09CCAC;
}
.AnyTagClassName
{
color: #09CCAC;
}
</style>
background-color css
<style>
a { background-color: #09CCAC; }
a { background-color: rgb(9,204,172); }
div.DivClassName
{
background-color: #09CCAC;
}
.BgClassName
{
background-color: #09CCAC;
}
</style>
border-color css
<style>
span { border-color: #09CCAC; }
span { border-color: rgb(9,204,172); }
td.TdClassName
{
border-color: #09CCAC;
}
.TagClassName
{
border-color: #09CCAC;
}
</style>