Shades of Caribbean Green #09CBAA
Tints of Caribbean Green #09CBAA
RGB
CMYK
RGB Variations
Color information
#09CBAA (or 0x09CBAA) is known color: Caribbean Green. HEX triplet: 09, CB and AA. RGB value is (9,203,170). Sum of RGB (Red+Green+Blue) = 9+203+170=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBAA is #F63455. Grayscale: #8D8D8D. Windows color (decimal): -16135254 or 11193097. OLE color: 11193097.
HSL color Cylindrical-coordinate representation of color #09CBAA: hue angle of 169.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CBAA is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 170 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.20 |
| HSL | 169.79º | 0.92% | 0.42% | - |
| HSV(B) | 169.79º | 0.96% | 0.8% | - |
| XYZ | 28.72 | 45.67 | 45.33 | - |
| YUV | 141.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 170 | 0.96 | 0 | 0.16 | 0.20 | 169.79 | 0.92 | 0.42 |
| Hex | 9 | CB | AA | 60 | 0 | 10 | 14 | AA | 5C | 2A |
| Octal | 11 | 313 | 252 | 140 | 0 | 20 | 24 | 252 | 134 | 52 |
| Binary | 1001 | 11001011 | 10101010 | 1100000 | 0 | 10000 | 10100 | 10101010 | 1011100 | 101010 |
Color Harmonies of #09CBAA
Complementary color
Monochromatic Colors of #09CBAA
Black with #09CBAA
Text Example
Text Example
White with #09CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBAA; }
p { color: rgb(9,203,170); }
H1.HeaderClassName
{
color: #09CBAA;
}
.AnyTagClassName
{
color: #09CBAA;
}
</style>
background-color css
<style>
a { background-color: #09CBAA; }
a { background-color: rgb(9,203,170); }
div.DivClassName
{
background-color: #09CBAA;
}
.BgClassName
{
background-color: #09CBAA;
}
</style>
border-color css
<style>
span { border-color: #09CBAA; }
span { border-color: rgb(9,203,170); }
td.TdClassName
{
border-color: #09CBAA;
}
.TagClassName
{
border-color: #09CBAA;
}
</style>