Shades of Caribbean Green #09CA9D
Tints of Caribbean Green #09CA9D
RGB
CMYK
RGB Variations
Color information
#09CA9D (or 0x09CA9D) is known color: Caribbean Green. HEX triplet: 09, CA and 9D. RGB value is (9,202,157). Sum of RGB (Red+Green+Blue) = 9+202+157=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA9D is #F63562. Grayscale: #8B8B8B. Windows color (decimal): -16135523 or 10340873. OLE color: 10340873.
HSL color Cylindrical-coordinate representation of color #09CA9D: hue angle of 166.01º 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 #09CA9D is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 157 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.21 |
| HSL | 166.01º | 0.91% | 0.41% | - |
| HSV(B) | 166.01º | 0.96% | 0.79% | - |
| XYZ | 27.32 | 44.73 | 39.09 | - |
| YUV | 139.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 157 | 0.96 | 0 | 0.22 | 0.21 | 166.01 | 0.91 | 0.41 |
| Hex | 9 | CA | 9D | 60 | 0 | 16 | 15 | A6 | 5B | 29 |
| Octal | 11 | 312 | 235 | 140 | 0 | 26 | 25 | 246 | 133 | 51 |
| Binary | 1001 | 11001010 | 10011101 | 1100000 | 0 | 10110 | 10101 | 10100110 | 1011011 | 101001 |
Color Harmonies of #09CA9D
Complementary color
Monochromatic Colors of #09CA9D
Black with #09CA9D
Text Example
Text Example
White with #09CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA9D; }
p { color: rgb(9,202,157); }
H1.HeaderClassName
{
color: #09CA9D;
}
.AnyTagClassName
{
color: #09CA9D;
}
</style>
background-color css
<style>
a { background-color: #09CA9D; }
a { background-color: rgb(9,202,157); }
div.DivClassName
{
background-color: #09CA9D;
}
.BgClassName
{
background-color: #09CA9D;
}
</style>
border-color css
<style>
span { border-color: #09CA9D; }
span { border-color: rgb(9,202,157); }
td.TdClassName
{
border-color: #09CA9D;
}
.TagClassName
{
border-color: #09CA9D;
}
</style>