Shades of Caribbean Green #09CA97
Tints of Caribbean Green #09CA97
RGB
CMYK
RGB Variations
Color information
#09CA97 (or 0x09CA97) is known color: Caribbean Green. HEX triplet: 09, CA and 97. RGB value is (9,202,151). Sum of RGB (Red+Green+Blue) = 9+202+151=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA97 is #F63568. Grayscale: #8A8A8A. Windows color (decimal): -16135529 or 9947657. OLE color: 9947657.
HSL color Cylindrical-coordinate representation of color #09CA97: hue angle of 164.15º 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 #09CA97 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 151 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.21 |
| HSL | 164.15º | 0.91% | 0.41% | - |
| HSV(B) | 164.15º | 0.96% | 0.79% | - |
| XYZ | 26.82 | 44.53 | 36.46 | - |
| YUV | 138.48 | 135.06 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 151 | 0.96 | 0 | 0.25 | 0.21 | 164.15 | 0.91 | 0.41 |
| Hex | 9 | CA | 97 | 60 | 0 | 19 | 15 | A4 | 5B | 29 |
| Octal | 11 | 312 | 227 | 140 | 0 | 31 | 25 | 244 | 133 | 51 |
| Binary | 1001 | 11001010 | 10010111 | 1100000 | 0 | 11001 | 10101 | 10100100 | 1011011 | 101001 |
Color Harmonies of #09CA97
Complementary color
Monochromatic Colors of #09CA97
Black with #09CA97
Text Example
Text Example
White with #09CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA97; }
p { color: rgb(9,202,151); }
H1.HeaderClassName
{
color: #09CA97;
}
.AnyTagClassName
{
color: #09CA97;
}
</style>
background-color css
<style>
a { background-color: #09CA97; }
a { background-color: rgb(9,202,151); }
div.DivClassName
{
background-color: #09CA97;
}
.BgClassName
{
background-color: #09CA97;
}
</style>
border-color css
<style>
span { border-color: #09CA97; }
span { border-color: rgb(9,202,151); }
td.TdClassName
{
border-color: #09CA97;
}
.TagClassName
{
border-color: #09CA97;
}
</style>