Shades of Caribbean Green #0BD98F
Tints of Caribbean Green #0BD98F
RGB
CMYK
RGB Variations
Color information
#0BD98F (or 0x0BD98F) is known color: Caribbean Green. HEX triplet: 0B, D9 and 8F. RGB value is (11,217,143). Sum of RGB (Red+Green+Blue) = 11+217+143=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD98F is #F42670. Grayscale: #939393. Windows color (decimal): -16000625 or 9427211. OLE color: 9427211.
HSL color Cylindrical-coordinate representation of color #0BD98F: hue angle of 158.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD98F is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 217 | 143 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.15 |
| HSL | 158.45º | 0.9% | 0.45% | - |
| HSV(B) | 158.45º | 0.95% | 0.85% | - |
| XYZ | 29.91 | 51.68 | 34.39 | - |
| YUV | 146.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 143 | 0.95 | 0 | 0.34 | 0.15 | 158.45 | 0.9 | 0.45 |
| Hex | B | D9 | 8F | 5F | 0 | 22 | F | 9E | 5A | 2D |
| Octal | 13 | 331 | 217 | 137 | 0 | 42 | 17 | 236 | 132 | 55 |
| Binary | 1011 | 11011001 | 10001111 | 1011111 | 0 | 100010 | 1111 | 10011110 | 1011010 | 101101 |
Color Harmonies of #0BD98F
Complementary color
Monochromatic Colors of #0BD98F
Black with #0BD98F
Text Example
Text Example
White with #0BD98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD98F; }
p { color: rgb(11,217,143); }
H1.HeaderClassName
{
color: #0BD98F;
}
.AnyTagClassName
{
color: #0BD98F;
}
</style>
background-color css
<style>
a { background-color: #0BD98F; }
a { background-color: rgb(11,217,143); }
div.DivClassName
{
background-color: #0BD98F;
}
.BgClassName
{
background-color: #0BD98F;
}
</style>
border-color css
<style>
span { border-color: #0BD98F; }
span { border-color: rgb(11,217,143); }
td.TdClassName
{
border-color: #0BD98F;
}
.TagClassName
{
border-color: #0BD98F;
}
</style>