Shades of Caribbean Green #0BC08F
Tints of Caribbean Green #0BC08F
RGB
CMYK
RGB Variations
Color information
#0BC08F (or 0x0BC08F) is known color: Caribbean Green. HEX triplet: 0B, C0 and 8F. RGB value is (11,192,143). Sum of RGB (Red+Green+Blue) = 11+192+143=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC08F is #F43F70. Grayscale: #848484. Windows color (decimal): -16007025 or 9420811. OLE color: 9420811.
HSL color Cylindrical-coordinate representation of color #0BC08F: hue angle of 163.76º 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 #0BC08F is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 143 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.25 |
| HSL | 163.76º | 0.89% | 0.4% | - |
| HSV(B) | 163.76º | 0.94% | 0.75% | - |
| XYZ | 23.95 | 39.75 | 32.4 | - |
| YUV | 132.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 143 | 0.94 | 0 | 0.26 | 0.25 | 163.76 | 0.89 | 0.4 |
| Hex | B | C0 | 8F | 5E | 0 | 1A | 19 | A4 | 59 | 28 |
| Octal | 13 | 300 | 217 | 136 | 0 | 32 | 31 | 244 | 131 | 50 |
| Binary | 1011 | 11000000 | 10001111 | 1011110 | 0 | 11010 | 11001 | 10100100 | 1011001 | 101000 |
Color Harmonies of #0BC08F
Complementary color
Monochromatic Colors of #0BC08F
Black with #0BC08F
Text Example
Text Example
White with #0BC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC08F; }
p { color: rgb(11,192,143); }
H1.HeaderClassName
{
color: #0BC08F;
}
.AnyTagClassName
{
color: #0BC08F;
}
</style>
background-color css
<style>
a { background-color: #0BC08F; }
a { background-color: rgb(11,192,143); }
div.DivClassName
{
background-color: #0BC08F;
}
.BgClassName
{
background-color: #0BC08F;
}
</style>
border-color css
<style>
span { border-color: #0BC08F; }
span { border-color: rgb(11,192,143); }
td.TdClassName
{
border-color: #0BC08F;
}
.TagClassName
{
border-color: #0BC08F;
}
</style>