Shades of Caribbean Green #0BC08E
Tints of Caribbean Green #0BC08E
RGB
CMYK
RGB Variations
Color information
#0BC08E (or 0x0BC08E) is known color: Caribbean Green. HEX triplet: 0B, C0 and 8E. RGB value is (11,192,142). Sum of RGB (Red+Green+Blue) = 11+192+142=345 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.19% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC08E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC08E is #F43F71. Grayscale: #848484. Windows color (decimal): -16007026 or 9355275. OLE color: 9355275.
HSL color Cylindrical-coordinate representation of color #0BC08E: hue angle of 163.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC08E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 142 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.25 |
| HSL | 163.43º | 0.89% | 0.4% | - |
| HSV(B) | 163.43º | 0.94% | 0.75% | - |
| XYZ | 23.87 | 39.72 | 32 | - |
| YUV | 132.18 | 133.53 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 142 | 0.94 | 0 | 0.26 | 0.25 | 163.43 | 0.89 | 0.4 |
| Hex | B | C0 | 8E | 5E | 0 | 1A | 19 | A3 | 59 | 28 |
| Octal | 13 | 300 | 216 | 136 | 0 | 32 | 31 | 243 | 131 | 50 |
| Binary | 1011 | 11000000 | 10001110 | 1011110 | 0 | 11010 | 11001 | 10100011 | 1011001 | 101000 |
Color Harmonies of #0BC08E
Complementary color
Monochromatic Colors of #0BC08E
Black with #0BC08E
Text Example
Text Example
White with #0BC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC08E; }
p { color: rgb(11,192,142); }
H1.HeaderClassName
{
color: #0BC08E;
}
.AnyTagClassName
{
color: #0BC08E;
}
</style>
background-color css
<style>
a { background-color: #0BC08E; }
a { background-color: rgb(11,192,142); }
div.DivClassName
{
background-color: #0BC08E;
}
.BgClassName
{
background-color: #0BC08E;
}
</style>
border-color css
<style>
span { border-color: #0BC08E; }
span { border-color: rgb(11,192,142); }
td.TdClassName
{
border-color: #0BC08E;
}
.TagClassName
{
border-color: #0BC08E;
}
</style>