Shades of Caribbean Green #0BDA80
Tints of Caribbean Green #0BDA80
RGB
CMYK
RGB Variations
Color information
#0BDA80 (or 0x0BDA80) is known color: Caribbean Green. HEX triplet: 0B, DA and 80. RGB value is (11,218,128). Sum of RGB (Red+Green+Blue) = 11+218+128=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDA80 is #F4257F. Grayscale: #929292. Windows color (decimal): -16000384 or 8444427. OLE color: 8444427.
HSL color Cylindrical-coordinate representation of color #0BDA80: hue angle of 153.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA80 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 128 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.15 |
| HSL | 153.91º | 0.9% | 0.45% | - |
| HSV(B) | 153.91º | 0.95% | 0.85% | - |
| XYZ | 29.11 | 51.77 | 28.88 | - |
| YUV | 145.85 | 117.92 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 128 | 0.95 | 0 | 0.41 | 0.15 | 153.91 | 0.9 | 0.45 |
| Hex | B | DA | 80 | 5F | 0 | 29 | F | 9A | 5A | 2D |
| Octal | 13 | 332 | 200 | 137 | 0 | 51 | 17 | 232 | 132 | 55 |
| Binary | 1011 | 11011010 | 10000000 | 1011111 | 0 | 101001 | 1111 | 10011010 | 1011010 | 101101 |
Color Harmonies of #0BDA80
Complementary color
Monochromatic Colors of #0BDA80
Black with #0BDA80
Text Example
Text Example
White with #0BDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA80; }
p { color: rgb(11,218,128); }
H1.HeaderClassName
{
color: #0BDA80;
}
.AnyTagClassName
{
color: #0BDA80;
}
</style>
background-color css
<style>
a { background-color: #0BDA80; }
a { background-color: rgb(11,218,128); }
div.DivClassName
{
background-color: #0BDA80;
}
.BgClassName
{
background-color: #0BDA80;
}
</style>
border-color css
<style>
span { border-color: #0BDA80; }
span { border-color: rgb(11,218,128); }
td.TdClassName
{
border-color: #0BDA80;
}
.TagClassName
{
border-color: #0BDA80;
}
</style>