Shades of Caribbean Green #09CA9C
Tints of Caribbean Green #09CA9C
RGB
CMYK
RGB Variations
Color information
#09CA9C (or 0x09CA9C) is known color: Caribbean Green. HEX triplet: 09, CA and 9C. RGB value is (9,202,156). Sum of RGB (Red+Green+Blue) = 9+202+156=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA9C is #F63563. Grayscale: #8B8B8B. Windows color (decimal): -16135524 or 10275337. OLE color: 10275337.
HSL color Cylindrical-coordinate representation of color #09CA9C: hue angle of 165.7º 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 #09CA9C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 156 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.21 |
| HSL | 165.7º | 0.91% | 0.41% | - |
| HSV(B) | 165.7º | 0.96% | 0.79% | - |
| XYZ | 27.23 | 44.7 | 38.64 | - |
| YUV | 139.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 156 | 0.96 | 0 | 0.23 | 0.21 | 165.7 | 0.91 | 0.41 |
| Hex | 9 | CA | 9C | 60 | 0 | 17 | 15 | A6 | 5B | 29 |
| Octal | 11 | 312 | 234 | 140 | 0 | 27 | 25 | 246 | 133 | 51 |
| Binary | 1001 | 11001010 | 10011100 | 1100000 | 0 | 10111 | 10101 | 10100110 | 1011011 | 101001 |
Color Harmonies of #09CA9C
Complementary color
Monochromatic Colors of #09CA9C
Black with #09CA9C
Text Example
Text Example
White with #09CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA9C; }
p { color: rgb(9,202,156); }
H1.HeaderClassName
{
color: #09CA9C;
}
.AnyTagClassName
{
color: #09CA9C;
}
</style>
background-color css
<style>
a { background-color: #09CA9C; }
a { background-color: rgb(9,202,156); }
div.DivClassName
{
background-color: #09CA9C;
}
.BgClassName
{
background-color: #09CA9C;
}
</style>
border-color css
<style>
span { border-color: #09CA9C; }
span { border-color: rgb(9,202,156); }
td.TdClassName
{
border-color: #09CA9C;
}
.TagClassName
{
border-color: #09CA9C;
}
</style>