Shades of Caribbean Green #09CA9E
Tints of Caribbean Green #09CA9E
RGB
CMYK
RGB Variations
Color information
#09CA9E (or 0x09CA9E) is known color: Caribbean Green. HEX triplet: 09, CA and 9E. RGB value is (9,202,158). Sum of RGB (Red+Green+Blue) = 9+202+158=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA9E is #F63561. Grayscale: #8B8B8B. Windows color (decimal): -16135522 or 10406409. OLE color: 10406409.
HSL color Cylindrical-coordinate representation of color #09CA9E: hue angle of 166.32º 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 #09CA9E is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 158 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.21 |
| HSL | 166.32º | 0.91% | 0.41% | - |
| HSV(B) | 166.32º | 0.96% | 0.79% | - |
| XYZ | 27.4 | 44.77 | 39.54 | - |
| YUV | 139.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 158 | 0.96 | 0 | 0.22 | 0.21 | 166.32 | 0.91 | 0.41 |
| Hex | 9 | CA | 9E | 60 | 0 | 16 | 15 | A6 | 5B | 29 |
| Octal | 11 | 312 | 236 | 140 | 0 | 26 | 25 | 246 | 133 | 51 |
| Binary | 1001 | 11001010 | 10011110 | 1100000 | 0 | 10110 | 10101 | 10100110 | 1011011 | 101001 |
Color Harmonies of #09CA9E
Complementary color
Monochromatic Colors of #09CA9E
Black with #09CA9E
Text Example
Text Example
White with #09CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA9E; }
p { color: rgb(9,202,158); }
H1.HeaderClassName
{
color: #09CA9E;
}
.AnyTagClassName
{
color: #09CA9E;
}
</style>
background-color css
<style>
a { background-color: #09CA9E; }
a { background-color: rgb(9,202,158); }
div.DivClassName
{
background-color: #09CA9E;
}
.BgClassName
{
background-color: #09CA9E;
}
</style>
border-color css
<style>
span { border-color: #09CA9E; }
span { border-color: rgb(9,202,158); }
td.TdClassName
{
border-color: #09CA9E;
}
.TagClassName
{
border-color: #09CA9E;
}
</style>