Shades of Caribbean Green #0BDD8B
Tints of Caribbean Green #0BDD8B
RGB
CMYK
RGB Variations
Color information
#0BDD8B (or 0x0BDD8B) is known color: Caribbean Green. HEX triplet: 0B, DD and 8B. RGB value is (11,221,139). Sum of RGB (Red+Green+Blue) = 11+221+139=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDD8B is #F42274. Grayscale: #949494. Windows color (decimal): -15999605 or 9166091. OLE color: 9166091.
HSL color Cylindrical-coordinate representation of color #0BDD8B: hue angle of 156.57º 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 #0BDD8B is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 139 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.13 |
| HSL | 156.57º | 0.91% | 0.45% | - |
| HSV(B) | 156.57º | 0.95% | 0.87% | - |
| XYZ | 30.65 | 53.65 | 33.17 | - |
| YUV | 148.86 | 122.43 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 139 | 0.95 | 0 | 0.37 | 0.13 | 156.57 | 0.91 | 0.45 |
| Hex | B | DD | 8B | 5F | 0 | 25 | D | 9D | 5B | 2D |
| Octal | 13 | 335 | 213 | 137 | 0 | 45 | 15 | 235 | 133 | 55 |
| Binary | 1011 | 11011101 | 10001011 | 1011111 | 0 | 100101 | 1101 | 10011101 | 1011011 | 101101 |
Color Harmonies of #0BDD8B
Complementary color
Monochromatic Colors of #0BDD8B
Black with #0BDD8B
Text Example
Text Example
White with #0BDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD8B; }
p { color: rgb(11,221,139); }
H1.HeaderClassName
{
color: #0BDD8B;
}
.AnyTagClassName
{
color: #0BDD8B;
}
</style>
background-color css
<style>
a { background-color: #0BDD8B; }
a { background-color: rgb(11,221,139); }
div.DivClassName
{
background-color: #0BDD8B;
}
.BgClassName
{
background-color: #0BDD8B;
}
</style>
border-color css
<style>
span { border-color: #0BDD8B; }
span { border-color: rgb(11,221,139); }
td.TdClassName
{
border-color: #0BDD8B;
}
.TagClassName
{
border-color: #0BDD8B;
}
</style>