Shades of Caribbean Green #09CCA0
Tints of Caribbean Green #09CCA0
RGB
CMYK
RGB Variations
Color information
#09CCA0 (or 0x09CCA0) is known color: Caribbean Green. HEX triplet: 09, CC and A0. RGB value is (9,204,160). Sum of RGB (Red+Green+Blue) = 9+204+160=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CCA0 is #F6335F. Grayscale: #8C8C8C. Windows color (decimal): -16135008 or 10537993. OLE color: 10537993.
HSL color Cylindrical-coordinate representation of color #09CCA0: hue angle of 166.46º 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 #09CCA0 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 160 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.2 |
| HSL | 166.46º | 0.92% | 0.42% | - |
| HSV(B) | 166.46º | 0.96% | 0.8% | - |
| XYZ | 28.05 | 45.78 | 40.62 | - |
| YUV | 140.68 | 138.9 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 160 | 0.96 | 0 | 0.22 | 0.2 | 166.46 | 0.92 | 0.42 |
| Hex | 9 | CC | A0 | 60 | 0 | 16 | 14 | A6 | 5C | 2A |
| Octal | 11 | 314 | 240 | 140 | 0 | 26 | 24 | 246 | 134 | 52 |
| Binary | 1001 | 11001100 | 10100000 | 1100000 | 0 | 10110 | 10100 | 10100110 | 1011100 | 101010 |
Color Harmonies of #09CCA0
Complementary color
Monochromatic Colors of #09CCA0
Black with #09CCA0
Text Example
Text Example
White with #09CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCA0; }
p { color: rgb(9,204,160); }
H1.HeaderClassName
{
color: #09CCA0;
}
.AnyTagClassName
{
color: #09CCA0;
}
</style>
background-color css
<style>
a { background-color: #09CCA0; }
a { background-color: rgb(9,204,160); }
div.DivClassName
{
background-color: #09CCA0;
}
.BgClassName
{
background-color: #09CCA0;
}
</style>
border-color css
<style>
span { border-color: #09CCA0; }
span { border-color: rgb(9,204,160); }
td.TdClassName
{
border-color: #09CCA0;
}
.TagClassName
{
border-color: #09CCA0;
}
</style>