Shades of Caribbean Green #0BD38B
Tints of Caribbean Green #0BD38B
RGB
CMYK
RGB Variations
Color information
#0BD38B (or 0x0BD38B) is known color: Caribbean Green. HEX triplet: 0B, D3 and 8B. RGB value is (11,211,139). Sum of RGB (Red+Green+Blue) = 11+211+139=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD38B is #F42C74. Grayscale: #8F8F8F. Windows color (decimal): -16002165 or 9163531. OLE color: 9163531.
HSL color Cylindrical-coordinate representation of color #0BD38B: hue angle of 158.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD38B is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 139 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.17 |
| HSL | 158.4º | 0.9% | 0.44% | - |
| HSV(B) | 158.4º | 0.95% | 0.83% | - |
| XYZ | 28.09 | 48.52 | 32.31 | - |
| YUV | 142.99 | 125.74 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 139 | 0.95 | 0 | 0.34 | 0.17 | 158.4 | 0.9 | 0.44 |
| Hex | B | D3 | 8B | 5F | 0 | 22 | 11 | 9E | 5A | 2C |
| Octal | 13 | 323 | 213 | 137 | 0 | 42 | 21 | 236 | 132 | 54 |
| Binary | 1011 | 11010011 | 10001011 | 1011111 | 0 | 100010 | 10001 | 10011110 | 1011010 | 101100 |
Color Harmonies of #0BD38B
Complementary color
Monochromatic Colors of #0BD38B
Black with #0BD38B
Text Example
Text Example
White with #0BD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD38B; }
p { color: rgb(11,211,139); }
H1.HeaderClassName
{
color: #0BD38B;
}
.AnyTagClassName
{
color: #0BD38B;
}
</style>
background-color css
<style>
a { background-color: #0BD38B; }
a { background-color: rgb(11,211,139); }
div.DivClassName
{
background-color: #0BD38B;
}
.BgClassName
{
background-color: #0BD38B;
}
</style>
border-color css
<style>
span { border-color: #0BD38B; }
span { border-color: rgb(11,211,139); }
td.TdClassName
{
border-color: #0BD38B;
}
.TagClassName
{
border-color: #0BD38B;
}
</style>