Shades of Caribbean Green #0BD789
Tints of Caribbean Green #0BD789
RGB
CMYK
RGB Variations
Color information
#0BD789 (or 0x0BD789) is known color: Caribbean Green. HEX triplet: 0B, D7 and 89. RGB value is (11,215,137). Sum of RGB (Red+Green+Blue) = 11+215+137=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD789 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD789 is #F42876. Grayscale: #919191. Windows color (decimal): -16001143 or 9033483. OLE color: 9033483.
HSL color Cylindrical-coordinate representation of color #0BD789: hue angle of 157.06º 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 #0BD789 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 137 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.16 |
| HSL | 157.06º | 0.9% | 0.44% | - |
| HSV(B) | 157.06º | 0.95% | 0.84% | - |
| XYZ | 28.95 | 50.48 | 31.88 | - |
| YUV | 145.11 | 123.41 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 137 | 0.95 | 0 | 0.36 | 0.16 | 157.06 | 0.9 | 0.44 |
| Hex | B | D7 | 89 | 5F | 0 | 24 | 10 | 9D | 5A | 2C |
| Octal | 13 | 327 | 211 | 137 | 0 | 44 | 20 | 235 | 132 | 54 |
| Binary | 1011 | 11010111 | 10001001 | 1011111 | 0 | 100100 | 10000 | 10011101 | 1011010 | 101100 |
Color Harmonies of #0BD789
Complementary color
Monochromatic Colors of #0BD789
Black with #0BD789
Text Example
Text Example
White with #0BD789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD789; }
p { color: rgb(11,215,137); }
H1.HeaderClassName
{
color: #0BD789;
}
.AnyTagClassName
{
color: #0BD789;
}
</style>
background-color css
<style>
a { background-color: #0BD789; }
a { background-color: rgb(11,215,137); }
div.DivClassName
{
background-color: #0BD789;
}
.BgClassName
{
background-color: #0BD789;
}
</style>
border-color css
<style>
span { border-color: #0BD789; }
span { border-color: rgb(11,215,137); }
td.TdClassName
{
border-color: #0BD789;
}
.TagClassName
{
border-color: #0BD789;
}
</style>