Shades of Caribbean Green #0BBC95
Tints of Caribbean Green #0BBC95
RGB
CMYK
RGB Variations
Color information
#0BBC95 (or 0x0BBC95) is known color: Caribbean Green. HEX triplet: 0B, BC and 95. RGB value is (11,188,149). Sum of RGB (Red+Green+Blue) = 11+188+149=348 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.16% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC95 is #F4436A. Grayscale: #828282. Windows color (decimal): -16008043 or 9813003. OLE color: 9813003.
HSL color Cylindrical-coordinate representation of color #0BBC95: hue angle of 166.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC95 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 149 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.26 |
| HSL | 166.78º | 0.89% | 0.39% | - |
| HSV(B) | 166.78º | 0.94% | 0.74% | - |
| XYZ | 23.55 | 38.21 | 34.57 | - |
| YUV | 130.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 149 | 0.94 | 0 | 0.21 | 0.26 | 166.78 | 0.89 | 0.39 |
| Hex | B | BC | 95 | 5E | 0 | 15 | 1A | A7 | 59 | 27 |
| Octal | 13 | 274 | 225 | 136 | 0 | 25 | 32 | 247 | 131 | 47 |
| Binary | 1011 | 10111100 | 10010101 | 1011110 | 0 | 10101 | 11010 | 10100111 | 1011001 | 100111 |
Color Harmonies of #0BBC95
Complementary color
Monochromatic Colors of #0BBC95
Black with #0BBC95
Text Example
Text Example
White with #0BBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC95; }
p { color: rgb(11,188,149); }
H1.HeaderClassName
{
color: #0BBC95;
}
.AnyTagClassName
{
color: #0BBC95;
}
</style>
background-color css
<style>
a { background-color: #0BBC95; }
a { background-color: rgb(11,188,149); }
div.DivClassName
{
background-color: #0BBC95;
}
.BgClassName
{
background-color: #0BBC95;
}
</style>
border-color css
<style>
span { border-color: #0BBC95; }
span { border-color: rgb(11,188,149); }
td.TdClassName
{
border-color: #0BBC95;
}
.TagClassName
{
border-color: #0BBC95;
}
</style>