Shades of Caribbean Green #09CBA2
Tints of Caribbean Green #09CBA2
RGB
CMYK
RGB Variations
Color information
#09CBA2 (or 0x09CBA2) is known color: Caribbean Green. HEX triplet: 09, CB and A2. RGB value is (9,203,162). Sum of RGB (Red+Green+Blue) = 9+203+162=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBA2 is #F6345D. Grayscale: #8C8C8C. Windows color (decimal): -16135262 or 10668809. OLE color: 10668809.
HSL color Cylindrical-coordinate representation of color #09CBA2: hue angle of 167.32º 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 #09CBA2 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 162 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.20 |
| HSL | 167.32º | 0.92% | 0.42% | - |
| HSV(B) | 167.32º | 0.96% | 0.8% | - |
| XYZ | 27.99 | 45.38 | 41.47 | - |
| YUV | 140.32 | 140.23 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 162 | 0.96 | 0 | 0.20 | 0.20 | 167.32 | 0.92 | 0.42 |
| Hex | 9 | CB | A2 | 60 | 0 | 14 | 14 | A7 | 5C | 2A |
| Octal | 11 | 313 | 242 | 140 | 0 | 24 | 24 | 247 | 134 | 52 |
| Binary | 1001 | 11001011 | 10100010 | 1100000 | 0 | 10100 | 10100 | 10100111 | 1011100 | 101010 |
Color Harmonies of #09CBA2
Complementary color
Monochromatic Colors of #09CBA2
Black with #09CBA2
Text Example
Text Example
White with #09CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBA2; }
p { color: rgb(9,203,162); }
H1.HeaderClassName
{
color: #09CBA2;
}
.AnyTagClassName
{
color: #09CBA2;
}
</style>
background-color css
<style>
a { background-color: #09CBA2; }
a { background-color: rgb(9,203,162); }
div.DivClassName
{
background-color: #09CBA2;
}
.BgClassName
{
background-color: #09CBA2;
}
</style>
border-color css
<style>
span { border-color: #09CBA2; }
span { border-color: rgb(9,203,162); }
td.TdClassName
{
border-color: #09CBA2;
}
.TagClassName
{
border-color: #09CBA2;
}
</style>