Shades of Caribbean Green #0BDE9E
Tints of Caribbean Green #0BDE9E
RGB
CMYK
RGB Variations
Color information
#0BDE9E (or 0x0BDE9E) is known color: Caribbean Green. HEX triplet: 0B, DE and 9E. RGB value is (11,222,158). Sum of RGB (Red+Green+Blue) = 11+222+158=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDE9E is #F42161. Grayscale: #979797. Windows color (decimal): -15999330 or 10411531. OLE color: 10411531.
HSL color Cylindrical-coordinate representation of color #0BDE9E: hue angle of 161.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE9E is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 158 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.13 |
| HSL | 161.8º | 0.91% | 0.46% | - |
| HSV(B) | 161.8º | 0.95% | 0.87% | - |
| XYZ | 32.43 | 54.78 | 41.21 | - |
| YUV | 151.62 | 131.6 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 158 | 0.95 | 0 | 0.29 | 0.13 | 161.8 | 0.91 | 0.46 |
| Hex | B | DE | 9E | 5F | 0 | 1D | D | A2 | 5B | 2E |
| Octal | 13 | 336 | 236 | 137 | 0 | 35 | 15 | 242 | 133 | 56 |
| Binary | 1011 | 11011110 | 10011110 | 1011111 | 0 | 11101 | 1101 | 10100010 | 1011011 | 101110 |
Color Harmonies of #0BDE9E
Complementary color
Monochromatic Colors of #0BDE9E
Black with #0BDE9E
Text Example
Text Example
White with #0BDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE9E; }
p { color: rgb(11,222,158); }
H1.HeaderClassName
{
color: #0BDE9E;
}
.AnyTagClassName
{
color: #0BDE9E;
}
</style>
background-color css
<style>
a { background-color: #0BDE9E; }
a { background-color: rgb(11,222,158); }
div.DivClassName
{
background-color: #0BDE9E;
}
.BgClassName
{
background-color: #0BDE9E;
}
</style>
border-color css
<style>
span { border-color: #0BDE9E; }
span { border-color: rgb(11,222,158); }
td.TdClassName
{
border-color: #0BDE9E;
}
.TagClassName
{
border-color: #0BDE9E;
}
</style>