Shades of Caribbean Green #0BC9A0
Tints of Caribbean Green #0BC9A0
RGB
CMYK
RGB Variations
Color information
#0BC9A0 (or 0x0BC9A0) is known color: Caribbean Green. HEX triplet: 0B, C9 and A0. RGB value is (11,201,160). Sum of RGB (Red+Green+Blue) = 11+201+160=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC9A0 is #F4365F. Grayscale: #8B8B8B. Windows color (decimal): -16004704 or 10537227. OLE color: 10537227.
HSL color Cylindrical-coordinate representation of color #0BC9A0: hue angle of 167.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC9A0 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 160 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.21 |
| HSL | 167.05º | 0.9% | 0.42% | - |
| HSV(B) | 167.05º | 0.95% | 0.79% | - |
| XYZ | 27.37 | 44.38 | 40.38 | - |
| YUV | 139.52 | 139.55 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 160 | 0.95 | 0 | 0.20 | 0.21 | 167.05 | 0.9 | 0.42 |
| Hex | B | C9 | A0 | 5F | 0 | 14 | 15 | A7 | 5A | 2A |
| Octal | 13 | 311 | 240 | 137 | 0 | 24 | 25 | 247 | 132 | 52 |
| Binary | 1011 | 11001001 | 10100000 | 1011111 | 0 | 10100 | 10101 | 10100111 | 1011010 | 101010 |
Color Harmonies of #0BC9A0
Complementary color
Monochromatic Colors of #0BC9A0
Black with #0BC9A0
Text Example
Text Example
White with #0BC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9A0; }
p { color: rgb(11,201,160); }
H1.HeaderClassName
{
color: #0BC9A0;
}
.AnyTagClassName
{
color: #0BC9A0;
}
</style>
background-color css
<style>
a { background-color: #0BC9A0; }
a { background-color: rgb(11,201,160); }
div.DivClassName
{
background-color: #0BC9A0;
}
.BgClassName
{
background-color: #0BC9A0;
}
</style>
border-color css
<style>
span { border-color: #0BC9A0; }
span { border-color: rgb(11,201,160); }
td.TdClassName
{
border-color: #0BC9A0;
}
.TagClassName
{
border-color: #0BC9A0;
}
</style>