Shades of Caribbean Green #0BC988
Tints of Caribbean Green #0BC988
RGB
CMYK
RGB Variations
Color information
#0BC988 (or 0x0BC988) is known color: Caribbean Green. HEX triplet: 0B, C9 and 88. RGB value is (11,201,136). Sum of RGB (Red+Green+Blue) = 11+201+136=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC988 is #F43677. Grayscale: #888888. Windows color (decimal): -16004728 or 8964363. OLE color: 8964363.
HSL color Cylindrical-coordinate representation of color #0BC988: hue angle of 159.47º 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 #0BC988 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 136 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.21 |
| HSL | 159.47º | 0.9% | 0.42% | - |
| HSV(B) | 159.47º | 0.95% | 0.79% | - |
| XYZ | 25.47 | 43.62 | 30.37 | - |
| YUV | 136.78 | 127.55 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 136 | 0.95 | 0 | 0.32 | 0.21 | 159.47 | 0.9 | 0.42 |
| Hex | B | C9 | 88 | 5F | 0 | 20 | 15 | 9F | 5A | 2A |
| Octal | 13 | 311 | 210 | 137 | 0 | 40 | 25 | 237 | 132 | 52 |
| Binary | 1011 | 11001001 | 10001000 | 1011111 | 0 | 100000 | 10101 | 10011111 | 1011010 | 101010 |
Color Harmonies of #0BC988
Complementary color
Monochromatic Colors of #0BC988
Black with #0BC988
Text Example
Text Example
White with #0BC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC988; }
p { color: rgb(11,201,136); }
H1.HeaderClassName
{
color: #0BC988;
}
.AnyTagClassName
{
color: #0BC988;
}
</style>
background-color css
<style>
a { background-color: #0BC988; }
a { background-color: rgb(11,201,136); }
div.DivClassName
{
background-color: #0BC988;
}
.BgClassName
{
background-color: #0BC988;
}
</style>
border-color css
<style>
span { border-color: #0BC988; }
span { border-color: rgb(11,201,136); }
td.TdClassName
{
border-color: #0BC988;
}
.TagClassName
{
border-color: #0BC988;
}
</style>