Shades of Caribbean Green #0BD7B1
Tints of Caribbean Green #0BD7B1
RGB
CMYK
RGB Variations
Color information
#0BD7B1 (or 0x0BD7B1) is known color: Caribbean Green. HEX triplet: 0B, D7 and B1. RGB value is (11,215,177). Sum of RGB (Red+Green+Blue) = 11+215+177=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD7B1 is #F4284E. Grayscale: #959595. Windows color (decimal): -16001103 or 11654923. OLE color: 11654923.
HSL color Cylindrical-coordinate representation of color #0BD7B1: hue angle of 168.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD7B1 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 177 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.16 |
| HSL | 168.82º | 0.9% | 0.44% | - |
| HSV(B) | 168.82º | 0.95% | 0.84% | - |
| XYZ | 32.37 | 51.85 | 49.9 | - |
| YUV | 149.67 | 143.41 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 177 | 0.95 | 0 | 0.18 | 0.16 | 168.82 | 0.9 | 0.44 |
| Hex | B | D7 | B1 | 5F | 0 | 12 | 10 | A9 | 5A | 2C |
| Octal | 13 | 327 | 261 | 137 | 0 | 22 | 20 | 251 | 132 | 54 |
| Binary | 1011 | 11010111 | 10110001 | 1011111 | 0 | 10010 | 10000 | 10101001 | 1011010 | 101100 |
Color Harmonies of #0BD7B1
Complementary color
Monochromatic Colors of #0BD7B1
Black with #0BD7B1
Text Example
Text Example
White with #0BD7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD7B1; }
p { color: rgb(11,215,177); }
H1.HeaderClassName
{
color: #0BD7B1;
}
.AnyTagClassName
{
color: #0BD7B1;
}
</style>
background-color css
<style>
a { background-color: #0BD7B1; }
a { background-color: rgb(11,215,177); }
div.DivClassName
{
background-color: #0BD7B1;
}
.BgClassName
{
background-color: #0BD7B1;
}
</style>
border-color css
<style>
span { border-color: #0BD7B1; }
span { border-color: rgb(11,215,177); }
td.TdClassName
{
border-color: #0BD7B1;
}
.TagClassName
{
border-color: #0BD7B1;
}
</style>