Shades of Caribbean Green #09CBAB
Tints of Caribbean Green #09CBAB
RGB
CMYK
RGB Variations
Color information
#09CBAB (or 0x09CBAB) is known color: Caribbean Green. HEX triplet: 09, CB and AB. RGB value is (9,203,171). Sum of RGB (Red+Green+Blue) = 9+203+171=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBAB is #F63454. Grayscale: #8D8D8D. Windows color (decimal): -16135253 or 11258633. OLE color: 11258633.
HSL color Cylindrical-coordinate representation of color #09CBAB: hue angle of 170.1º 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 #09CBAB is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 171 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.20 |
| HSL | 170.1º | 0.92% | 0.42% | - |
| HSV(B) | 170.1º | 0.96% | 0.8% | - |
| XYZ | 28.82 | 45.71 | 45.83 | - |
| YUV | 141.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 171 | 0.96 | 0 | 0.16 | 0.20 | 170.1 | 0.92 | 0.42 |
| Hex | 9 | CB | AB | 60 | 0 | 10 | 14 | AA | 5C | 2A |
| Octal | 11 | 313 | 253 | 140 | 0 | 20 | 24 | 252 | 134 | 52 |
| Binary | 1001 | 11001011 | 10101011 | 1100000 | 0 | 10000 | 10100 | 10101010 | 1011100 | 101010 |
Color Harmonies of #09CBAB
Complementary color
Monochromatic Colors of #09CBAB
Black with #09CBAB
Text Example
Text Example
White with #09CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBAB; }
p { color: rgb(9,203,171); }
H1.HeaderClassName
{
color: #09CBAB;
}
.AnyTagClassName
{
color: #09CBAB;
}
</style>
background-color css
<style>
a { background-color: #09CBAB; }
a { background-color: rgb(9,203,171); }
div.DivClassName
{
background-color: #09CBAB;
}
.BgClassName
{
background-color: #09CBAB;
}
</style>
border-color css
<style>
span { border-color: #09CBAB; }
span { border-color: rgb(9,203,171); }
td.TdClassName
{
border-color: #09CBAB;
}
.TagClassName
{
border-color: #09CBAB;
}
</style>