Shades of Caribbean Green #0BD28D
Tints of Caribbean Green #0BD28D
RGB
CMYK
RGB Variations
Color information
#0BD28D (or 0x0BD28D) is known color: Caribbean Green. HEX triplet: 0B, D2 and 8D. RGB value is (11,210,141). Sum of RGB (Red+Green+Blue) = 11+210+141=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #0BD28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD28D is #F42D72. Grayscale: #8E8E8E. Windows color (decimal): -16002419 or 9294347. OLE color: 9294347.
HSL color Cylindrical-coordinate representation of color #0BD28D: hue angle of 159.2º 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 #0BD28D is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 210 | 141 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.18 |
| HSL | 159.2º | 0.9% | 0.43% | - |
| HSV(B) | 159.2º | 0.95% | 0.82% | - |
| XYZ | 27.99 | 48.09 | 33.01 | - |
| YUV | 142.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 141 | 0.95 | 0 | 0.33 | 0.18 | 159.2 | 0.9 | 0.43 |
| Hex | B | D2 | 8D | 5F | 0 | 21 | 12 | 9F | 5A | 2B |
| Octal | 13 | 322 | 215 | 137 | 0 | 41 | 22 | 237 | 132 | 53 |
| Binary | 1011 | 11010010 | 10001101 | 1011111 | 0 | 100001 | 10010 | 10011111 | 1011010 | 101011 |
Color Harmonies of #0BD28D
Complementary color
Monochromatic Colors of #0BD28D
Black with #0BD28D
Text Example
Text Example
White with #0BD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD28D; }
p { color: rgb(11,210,141); }
H1.HeaderClassName
{
color: #0BD28D;
}
.AnyTagClassName
{
color: #0BD28D;
}
</style>
background-color css
<style>
a { background-color: #0BD28D; }
a { background-color: rgb(11,210,141); }
div.DivClassName
{
background-color: #0BD28D;
}
.BgClassName
{
background-color: #0BD28D;
}
</style>
border-color css
<style>
span { border-color: #0BD28D; }
span { border-color: rgb(11,210,141); }
td.TdClassName
{
border-color: #0BD28D;
}
.TagClassName
{
border-color: #0BD28D;
}
</style>