Shades of Caribbean Green #09CAA8
Tints of Caribbean Green #09CAA8
RGB
CMYK
RGB Variations
Color information
#09CAA8 (or 0x09CAA8) is known color: Caribbean Green. HEX triplet: 09, CA and A8. RGB value is (9,202,168). Sum of RGB (Red+Green+Blue) = 9+202+168=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #09CAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CAA8 is #F63557. Grayscale: #8C8C8C. Windows color (decimal): -16135512 or 11061769. OLE color: 11061769.
HSL color Cylindrical-coordinate representation of color #09CAA8: hue angle of 169.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAA8 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 168 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.21 |
| HSL | 169.43º | 0.91% | 0.41% | - |
| HSV(B) | 169.43º | 0.96% | 0.79% | - |
| XYZ | 28.3 | 45.13 | 44.26 | - |
| YUV | 140.42 | 143.56 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 168 | 0.96 | 0 | 0.17 | 0.21 | 169.43 | 0.91 | 0.41 |
| Hex | 9 | CA | A8 | 60 | 0 | 11 | 15 | A9 | 5B | 29 |
| Octal | 11 | 312 | 250 | 140 | 0 | 21 | 25 | 251 | 133 | 51 |
| Binary | 1001 | 11001010 | 10101000 | 1100000 | 0 | 10001 | 10101 | 10101001 | 1011011 | 101001 |
Color Harmonies of #09CAA8
Complementary color
Monochromatic Colors of #09CAA8
Black with #09CAA8
Text Example
Text Example
White with #09CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAA8; }
p { color: rgb(9,202,168); }
H1.HeaderClassName
{
color: #09CAA8;
}
.AnyTagClassName
{
color: #09CAA8;
}
</style>
background-color css
<style>
a { background-color: #09CAA8; }
a { background-color: rgb(9,202,168); }
div.DivClassName
{
background-color: #09CAA8;
}
.BgClassName
{
background-color: #09CAA8;
}
</style>
border-color css
<style>
span { border-color: #09CAA8; }
span { border-color: rgb(9,202,168); }
td.TdClassName
{
border-color: #09CAA8;
}
.TagClassName
{
border-color: #09CAA8;
}
</style>