Shades of Caribbean Green #09CA9A
Tints of Caribbean Green #09CA9A
RGB
CMYK
RGB Variations
Color information
#09CA9A (or 0x09CA9A) is known color: Caribbean Green. HEX triplet: 09, CA and 9A. RGB value is (9,202,154). Sum of RGB (Red+Green+Blue) = 9+202+154=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA9A is #F63565. Grayscale: #8A8A8A. Windows color (decimal): -16135526 or 10144265. OLE color: 10144265.
HSL color Cylindrical-coordinate representation of color #09CA9A: hue angle of 165.08º 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 #09CA9A is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 154 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.21 |
| HSL | 165.08º | 0.91% | 0.41% | - |
| HSV(B) | 165.08º | 0.96% | 0.79% | - |
| XYZ | 27.07 | 44.63 | 37.76 | - |
| YUV | 138.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 154 | 0.96 | 0 | 0.24 | 0.21 | 165.08 | 0.91 | 0.41 |
| Hex | 9 | CA | 9A | 60 | 0 | 18 | 15 | A5 | 5B | 29 |
| Octal | 11 | 312 | 232 | 140 | 0 | 30 | 25 | 245 | 133 | 51 |
| Binary | 1001 | 11001010 | 10011010 | 1100000 | 0 | 11000 | 10101 | 10100101 | 1011011 | 101001 |
Color Harmonies of #09CA9A
Complementary color
Monochromatic Colors of #09CA9A
Black with #09CA9A
Text Example
Text Example
White with #09CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA9A; }
p { color: rgb(9,202,154); }
H1.HeaderClassName
{
color: #09CA9A;
}
.AnyTagClassName
{
color: #09CA9A;
}
</style>
background-color css
<style>
a { background-color: #09CA9A; }
a { background-color: rgb(9,202,154); }
div.DivClassName
{
background-color: #09CA9A;
}
.BgClassName
{
background-color: #09CA9A;
}
</style>
border-color css
<style>
span { border-color: #09CA9A; }
span { border-color: rgb(9,202,154); }
td.TdClassName
{
border-color: #09CA9A;
}
.TagClassName
{
border-color: #09CA9A;
}
</style>