Shades of Caribbean Green #09C09A
Tints of Caribbean Green #09C09A
RGB
CMYK
RGB Variations
Color information
#09C09A (or 0x09C09A) is known color: Caribbean Green. HEX triplet: 09, C0 and 9A. RGB value is (9,192,154). Sum of RGB (Red+Green+Blue) = 9+192+154=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #09C09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C09A is #F63F65. Grayscale: #848484. Windows color (decimal): -16138086 or 10141705. OLE color: 10141705.
HSL color Cylindrical-coordinate representation of color #09C09A: hue angle of 167.54º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C09A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 154 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.25 |
| HSL | 167.54º | 0.91% | 0.39% | - |
| HSV(B) | 167.54º | 0.95% | 0.75% | - |
| XYZ | 24.8 | 40.09 | 37 | - |
| YUV | 132.95 | 139.87 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 154 | 0.95 | 0 | 0.20 | 0.25 | 167.54 | 0.91 | 0.39 |
| Hex | 9 | C0 | 9A | 5F | 0 | 14 | 19 | A8 | 5B | 27 |
| Octal | 11 | 300 | 232 | 137 | 0 | 24 | 31 | 250 | 133 | 47 |
| Binary | 1001 | 11000000 | 10011010 | 1011111 | 0 | 10100 | 11001 | 10101000 | 1011011 | 100111 |
Color Harmonies of #09C09A
Complementary color
Monochromatic Colors of #09C09A
Black with #09C09A
Text Example
Text Example
White with #09C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C09A; }
p { color: rgb(9,192,154); }
H1.HeaderClassName
{
color: #09C09A;
}
.AnyTagClassName
{
color: #09C09A;
}
</style>
background-color css
<style>
a { background-color: #09C09A; }
a { background-color: rgb(9,192,154); }
div.DivClassName
{
background-color: #09C09A;
}
.BgClassName
{
background-color: #09C09A;
}
</style>
border-color css
<style>
span { border-color: #09C09A; }
span { border-color: rgb(9,192,154); }
td.TdClassName
{
border-color: #09C09A;
}
.TagClassName
{
border-color: #09C09A;
}
</style>