Shades of Caribbean Green #09C9A8
Tints of Caribbean Green #09C9A8
RGB
CMYK
RGB Variations
Color information
#09C9A8 (or 0x09C9A8) is known color: Caribbean Green. HEX triplet: 09, C9 and A8. RGB value is (9,201,168). Sum of RGB (Red+Green+Blue) = 9+201+168=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #09C9A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C9A8 is #F63657. Grayscale: #8B8B8B. Windows color (decimal): -16135768 or 11061513. OLE color: 11061513.
HSL color Cylindrical-coordinate representation of color #09C9A8: hue angle of 169.69º 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 #09C9A8 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 201 | 168 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.21 |
| HSL | 169.69º | 0.91% | 0.41% | - |
| HSV(B) | 169.69º | 0.96% | 0.79% | - |
| XYZ | 28.07 | 44.66 | 44.19 | - |
| YUV | 139.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 168 | 0.96 | 0 | 0.16 | 0.21 | 169.69 | 0.91 | 0.41 |
| Hex | 9 | C9 | A8 | 60 | 0 | 10 | 15 | AA | 5B | 29 |
| Octal | 11 | 311 | 250 | 140 | 0 | 20 | 25 | 252 | 133 | 51 |
| Binary | 1001 | 11001001 | 10101000 | 1100000 | 0 | 10000 | 10101 | 10101010 | 1011011 | 101001 |
Color Harmonies of #09C9A8
Complementary color
Monochromatic Colors of #09C9A8
Black with #09C9A8
Text Example
Text Example
White with #09C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C9A8; }
p { color: rgb(9,201,168); }
H1.HeaderClassName
{
color: #09C9A8;
}
.AnyTagClassName
{
color: #09C9A8;
}
</style>
background-color css
<style>
a { background-color: #09C9A8; }
a { background-color: rgb(9,201,168); }
div.DivClassName
{
background-color: #09C9A8;
}
.BgClassName
{
background-color: #09C9A8;
}
</style>
border-color css
<style>
span { border-color: #09C9A8; }
span { border-color: rgb(9,201,168); }
td.TdClassName
{
border-color: #09C9A8;
}
.TagClassName
{
border-color: #09C9A8;
}
</style>