Shades of Caribbean Green #0BC885
Tints of Caribbean Green #0BC885
RGB
CMYK
RGB Variations
Color information
#0BC885 (or 0x0BC885) is known color: Caribbean Green. HEX triplet: 0B, C8 and 85. RGB value is (11,200,133). Sum of RGB (Red+Green+Blue) = 11+200+133=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC885 is #F4377A. Grayscale: #878787. Windows color (decimal): -16004987 or 8767499. OLE color: 8767499.
HSL color Cylindrical-coordinate representation of color #0BC885: hue angle of 158.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC885 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 133 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.22 |
| HSL | 158.73º | 0.9% | 0.41% | - |
| HSV(B) | 158.73º | 0.95% | 0.78% | - |
| XYZ | 25.03 | 43.07 | 29.19 | - |
| YUV | 135.85 | 126.38 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 133 | 0.94 | 0 | 0.34 | 0.22 | 158.73 | 0.9 | 0.41 |
| Hex | B | C8 | 85 | 5E | 0 | 22 | 16 | 9F | 5A | 29 |
| Octal | 13 | 310 | 205 | 136 | 0 | 42 | 26 | 237 | 132 | 51 |
| Binary | 1011 | 11001000 | 10000101 | 1011110 | 0 | 100010 | 10110 | 10011111 | 1011010 | 101001 |
Color Harmonies of #0BC885
Complementary color
Monochromatic Colors of #0BC885
Black with #0BC885
Text Example
Text Example
White with #0BC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC885; }
p { color: rgb(11,200,133); }
H1.HeaderClassName
{
color: #0BC885;
}
.AnyTagClassName
{
color: #0BC885;
}
</style>
background-color css
<style>
a { background-color: #0BC885; }
a { background-color: rgb(11,200,133); }
div.DivClassName
{
background-color: #0BC885;
}
.BgClassName
{
background-color: #0BC885;
}
</style>
border-color css
<style>
span { border-color: #0BC885; }
span { border-color: rgb(11,200,133); }
td.TdClassName
{
border-color: #0BC885;
}
.TagClassName
{
border-color: #0BC885;
}
</style>