Shades of Caribbean Green #0BD08A
Tints of Caribbean Green #0BD08A
RGB
CMYK
RGB Variations
Color information
#0BD08A (or 0x0BD08A) is known color: Caribbean Green. HEX triplet: 0B, D0 and 8A. RGB value is (11,208,138). Sum of RGB (Red+Green+Blue) = 11+208+138=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD08A is #F42F75. Grayscale: #8D8D8D. Windows color (decimal): -16002934 or 9097227. OLE color: 9097227.
HSL color Cylindrical-coordinate representation of color #0BD08A: hue angle of 158.68º 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 #0BD08A is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 208 | 138 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.18 |
| HSL | 158.68º | 0.9% | 0.43% | - |
| HSV(B) | 158.68º | 0.95% | 0.82% | - |
| XYZ | 27.28 | 47.02 | 31.68 | - |
| YUV | 141.12 | 126.23 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 138 | 0.95 | 0 | 0.34 | 0.18 | 158.68 | 0.9 | 0.43 |
| Hex | B | D0 | 8A | 5F | 0 | 22 | 12 | 9F | 5A | 2B |
| Octal | 13 | 320 | 212 | 137 | 0 | 42 | 22 | 237 | 132 | 53 |
| Binary | 1011 | 11010000 | 10001010 | 1011111 | 0 | 100010 | 10010 | 10011111 | 1011010 | 101011 |
Color Harmonies of #0BD08A
Complementary color
Monochromatic Colors of #0BD08A
Black with #0BD08A
Text Example
Text Example
White with #0BD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD08A; }
p { color: rgb(11,208,138); }
H1.HeaderClassName
{
color: #0BD08A;
}
.AnyTagClassName
{
color: #0BD08A;
}
</style>
background-color css
<style>
a { background-color: #0BD08A; }
a { background-color: rgb(11,208,138); }
div.DivClassName
{
background-color: #0BD08A;
}
.BgClassName
{
background-color: #0BD08A;
}
</style>
border-color css
<style>
span { border-color: #0BD08A; }
span { border-color: rgb(11,208,138); }
td.TdClassName
{
border-color: #0BD08A;
}
.TagClassName
{
border-color: #0BD08A;
}
</style>