Shades of Caribbean Green #09C8A0
Tints of Caribbean Green #09C8A0
RGB
CMYK
RGB Variations
Color information
#09C8A0 (or 0x09C8A0) is known color: Caribbean Green. HEX triplet: 09, C8 and A0. RGB value is (9,200,160). Sum of RGB (Red+Green+Blue) = 9+200+160=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #09C8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C8A0 is #F6375F. Grayscale: #8A8A8A. Windows color (decimal): -16136032 or 10536969. OLE color: 10536969.
HSL color Cylindrical-coordinate representation of color #09C8A0: hue angle of 167.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C8A0 is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 160 | - |
| CMYK | 0.96 | 0 | 0.2 | 0.22 |
| HSL | 167.43º | 0.91% | 0.41% | - |
| HSV(B) | 167.43º | 0.96% | 0.78% | - |
| XYZ | 27.11 | 43.9 | 40.3 | - |
| YUV | 138.33 | 140.22 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 160 | 0.96 | 0 | 0.2 | 0.22 | 167.43 | 0.91 | 0.41 |
| Hex | 9 | C8 | A0 | 60 | 0 | 14 | 16 | A7 | 5B | 29 |
| Octal | 11 | 310 | 240 | 140 | 0 | 24 | 26 | 247 | 133 | 51 |
| Binary | 1001 | 11001000 | 10100000 | 1100000 | 0 | 10100 | 10110 | 10100111 | 1011011 | 101001 |
Color Harmonies of #09C8A0
Complementary color
Monochromatic Colors of #09C8A0
Black with #09C8A0
Text Example
Text Example
White with #09C8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C8A0; }
p { color: rgb(9,200,160); }
H1.HeaderClassName
{
color: #09C8A0;
}
.AnyTagClassName
{
color: #09C8A0;
}
</style>
background-color css
<style>
a { background-color: #09C8A0; }
a { background-color: rgb(9,200,160); }
div.DivClassName
{
background-color: #09C8A0;
}
.BgClassName
{
background-color: #09C8A0;
}
</style>
border-color css
<style>
span { border-color: #09C8A0; }
span { border-color: rgb(9,200,160); }
td.TdClassName
{
border-color: #09C8A0;
}
.TagClassName
{
border-color: #09C8A0;
}
</style>