Shades of Caribbean Green #0BD489
Tints of Caribbean Green #0BD489
RGB
CMYK
RGB Variations
Color information
#0BD489 (or 0x0BD489) is known color: Caribbean Green. HEX triplet: 0B, D4 and 89. RGB value is (11,212,137). Sum of RGB (Red+Green+Blue) = 11+212+137=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD489 is #F42B76. Grayscale: #8F8F8F. Windows color (decimal): -16001911 or 9032715. OLE color: 9032715.
HSL color Cylindrical-coordinate representation of color #0BD489: hue angle of 157.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD489 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 137 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.17 |
| HSL | 157.61º | 0.9% | 0.44% | - |
| HSV(B) | 157.61º | 0.95% | 0.83% | - |
| XYZ | 28.2 | 48.96 | 31.63 | - |
| YUV | 143.35 | 124.41 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 137 | 0.95 | 0 | 0.35 | 0.17 | 157.61 | 0.9 | 0.44 |
| Hex | B | D4 | 89 | 5F | 0 | 23 | 11 | 9E | 5A | 2C |
| Octal | 13 | 324 | 211 | 137 | 0 | 43 | 21 | 236 | 132 | 54 |
| Binary | 1011 | 11010100 | 10001001 | 1011111 | 0 | 100011 | 10001 | 10011110 | 1011010 | 101100 |
Color Harmonies of #0BD489
Complementary color
Monochromatic Colors of #0BD489
Black with #0BD489
Text Example
Text Example
White with #0BD489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD489; }
p { color: rgb(11,212,137); }
H1.HeaderClassName
{
color: #0BD489;
}
.AnyTagClassName
{
color: #0BD489;
}
</style>
background-color css
<style>
a { background-color: #0BD489; }
a { background-color: rgb(11,212,137); }
div.DivClassName
{
background-color: #0BD489;
}
.BgClassName
{
background-color: #0BD489;
}
</style>
border-color css
<style>
span { border-color: #0BD489; }
span { border-color: rgb(11,212,137); }
td.TdClassName
{
border-color: #0BD489;
}
.TagClassName
{
border-color: #0BD489;
}
</style>