Shades of Caribbean Green #0BDD82
Tints of Caribbean Green #0BDD82
RGB
CMYK
RGB Variations
Color information
#0BDD82 (or 0x0BDD82) is known color: Caribbean Green. HEX triplet: 0B, DD and 82. RGB value is (11,221,130). Sum of RGB (Red+Green+Blue) = 11+221+130=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD82 is #F4227D. Grayscale: #939393. Windows color (decimal): -15999614 or 8576267. OLE color: 8576267.
HSL color Cylindrical-coordinate representation of color #0BDD82: hue angle of 154º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD82 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 130 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.13 |
| HSL | 154º | 0.91% | 0.45% | - |
| HSV(B) | 154º | 0.95% | 0.87% | - |
| XYZ | 30.02 | 53.4 | 29.84 | - |
| YUV | 147.84 | 117.93 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 130 | 0.95 | 0 | 0.41 | 0.13 | 154 | 0.91 | 0.45 |
| Hex | B | DD | 82 | 5F | 0 | 29 | D | 9A | 5B | 2D |
| Octal | 13 | 335 | 202 | 137 | 0 | 51 | 15 | 232 | 133 | 55 |
| Binary | 1011 | 11011101 | 10000010 | 1011111 | 0 | 101001 | 1101 | 10011010 | 1011011 | 101101 |
Color Harmonies of #0BDD82
Complementary color
Monochromatic Colors of #0BDD82
Black with #0BDD82
Text Example
Text Example
White with #0BDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD82; }
p { color: rgb(11,221,130); }
H1.HeaderClassName
{
color: #0BDD82;
}
.AnyTagClassName
{
color: #0BDD82;
}
</style>
background-color css
<style>
a { background-color: #0BDD82; }
a { background-color: rgb(11,221,130); }
div.DivClassName
{
background-color: #0BDD82;
}
.BgClassName
{
background-color: #0BDD82;
}
</style>
border-color css
<style>
span { border-color: #0BDD82; }
span { border-color: rgb(11,221,130); }
td.TdClassName
{
border-color: #0BDD82;
}
.TagClassName
{
border-color: #0BDD82;
}
</style>