Shades of Caribbean Green #0BD599
Tints of Caribbean Green #0BD599
RGB
CMYK
RGB Variations
Color information
#0BD599 (or 0x0BD599) is known color: Caribbean Green. HEX triplet: 0B, D5 and 99. RGB value is (11,213,153). Sum of RGB (Red+Green+Blue) = 11+213+153=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD599 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD599 is #F42A66. Grayscale: #919191. Windows color (decimal): -16001639 or 10081547. OLE color: 10081547.
HSL color Cylindrical-coordinate representation of color #0BD599: hue angle of 162.18º 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 #0BD599 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 153 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.16 |
| HSL | 162.18º | 0.9% | 0.44% | - |
| HSV(B) | 162.18º | 0.95% | 0.84% | - |
| XYZ | 29.68 | 49.96 | 38.22 | - |
| YUV | 145.76 | 132.08 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 153 | 0.95 | 0 | 0.28 | 0.16 | 162.18 | 0.9 | 0.44 |
| Hex | B | D5 | 99 | 5F | 0 | 1C | 10 | A2 | 5A | 2C |
| Octal | 13 | 325 | 231 | 137 | 0 | 34 | 20 | 242 | 132 | 54 |
| Binary | 1011 | 11010101 | 10011001 | 1011111 | 0 | 11100 | 10000 | 10100010 | 1011010 | 101100 |
Color Harmonies of #0BD599
Complementary color
Monochromatic Colors of #0BD599
Black with #0BD599
Text Example
Text Example
White with #0BD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD599; }
p { color: rgb(11,213,153); }
H1.HeaderClassName
{
color: #0BD599;
}
.AnyTagClassName
{
color: #0BD599;
}
</style>
background-color css
<style>
a { background-color: #0BD599; }
a { background-color: rgb(11,213,153); }
div.DivClassName
{
background-color: #0BD599;
}
.BgClassName
{
background-color: #0BD599;
}
</style>
border-color css
<style>
span { border-color: #0BD599; }
span { border-color: rgb(11,213,153); }
td.TdClassName
{
border-color: #0BD599;
}
.TagClassName
{
border-color: #0BD599;
}
</style>