Shades of Caribbean Green #0BCA88
Tints of Caribbean Green #0BCA88
RGB
CMYK
RGB Variations
Color information
#0BCA88 (or 0x0BCA88) is known color: Caribbean Green. HEX triplet: 0B, CA and 88. RGB value is (11,202,136). Sum of RGB (Red+Green+Blue) = 11+202+136=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCA88 is #F43577. Grayscale: #898989. Windows color (decimal): -16004472 or 8964619. OLE color: 8964619.
HSL color Cylindrical-coordinate representation of color #0BCA88: hue angle of 159.27º 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 #0BCA88 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 136 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.21 |
| HSL | 159.27º | 0.9% | 0.42% | - |
| HSV(B) | 159.27º | 0.95% | 0.79% | - |
| XYZ | 25.7 | 44.09 | 30.45 | - |
| YUV | 137.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 136 | 0.95 | 0 | 0.33 | 0.21 | 159.27 | 0.9 | 0.42 |
| Hex | B | CA | 88 | 5F | 0 | 21 | 15 | 9F | 5A | 2A |
| Octal | 13 | 312 | 210 | 137 | 0 | 41 | 25 | 237 | 132 | 52 |
| Binary | 1011 | 11001010 | 10001000 | 1011111 | 0 | 100001 | 10101 | 10011111 | 1011010 | 101010 |
Color Harmonies of #0BCA88
Complementary color
Monochromatic Colors of #0BCA88
Black with #0BCA88
Text Example
Text Example
White with #0BCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA88; }
p { color: rgb(11,202,136); }
H1.HeaderClassName
{
color: #0BCA88;
}
.AnyTagClassName
{
color: #0BCA88;
}
</style>
background-color css
<style>
a { background-color: #0BCA88; }
a { background-color: rgb(11,202,136); }
div.DivClassName
{
background-color: #0BCA88;
}
.BgClassName
{
background-color: #0BCA88;
}
</style>
border-color css
<style>
span { border-color: #0BCA88; }
span { border-color: rgb(11,202,136); }
td.TdClassName
{
border-color: #0BCA88;
}
.TagClassName
{
border-color: #0BCA88;
}
</style>