Shades of Caribbean Green #0BD29F
Tints of Caribbean Green #0BD29F
RGB
CMYK
RGB Variations
Color information
#0BD29F (or 0x0BD29F) is known color: Caribbean Green. HEX triplet: 0B, D2 and 9F. RGB value is (11,210,159). Sum of RGB (Red+Green+Blue) = 11+210+159=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD29F is #F42D60. Grayscale: #909090. Windows color (decimal): -16002401 or 10473995. OLE color: 10473995.
HSL color Cylindrical-coordinate representation of color #0BD29F: hue angle of 164.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD29F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 210 | 159 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.18 |
| HSL | 164.62º | 0.9% | 0.43% | - |
| HSV(B) | 164.62º | 0.95% | 0.82% | - |
| XYZ | 29.44 | 48.67 | 40.64 | - |
| YUV | 144.69 | 136.07 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 159 | 0.95 | 0 | 0.24 | 0.18 | 164.62 | 0.9 | 0.43 |
| Hex | B | D2 | 9F | 5F | 0 | 18 | 12 | A5 | 5A | 2B |
| Octal | 13 | 322 | 237 | 137 | 0 | 30 | 22 | 245 | 132 | 53 |
| Binary | 1011 | 11010010 | 10011111 | 1011111 | 0 | 11000 | 10010 | 10100101 | 1011010 | 101011 |
Color Harmonies of #0BD29F
Complementary color
Monochromatic Colors of #0BD29F
Black with #0BD29F
Text Example
Text Example
White with #0BD29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD29F; }
p { color: rgb(11,210,159); }
H1.HeaderClassName
{
color: #0BD29F;
}
.AnyTagClassName
{
color: #0BD29F;
}
</style>
background-color css
<style>
a { background-color: #0BD29F; }
a { background-color: rgb(11,210,159); }
div.DivClassName
{
background-color: #0BD29F;
}
.BgClassName
{
background-color: #0BD29F;
}
</style>
border-color css
<style>
span { border-color: #0BD29F; }
span { border-color: rgb(11,210,159); }
td.TdClassName
{
border-color: #0BD29F;
}
.TagClassName
{
border-color: #0BD29F;
}
</style>