Shades of Caribbean Green #0BC08D
Tints of Caribbean Green #0BC08D
RGB
CMYK
RGB Variations
Color information
#0BC08D (or 0x0BC08D) is known color: Caribbean Green. HEX triplet: 0B, C0 and 8D. RGB value is (11,192,141). Sum of RGB (Red+Green+Blue) = 11+192+141=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC08D is #F43F72. Grayscale: #848484. Windows color (decimal): -16007027 or 9289739. OLE color: 9289739.
HSL color Cylindrical-coordinate representation of color #0BC08D: hue angle of 163.09º 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 #0BC08D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 141 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.25 |
| HSL | 163.09º | 0.89% | 0.4% | - |
| HSV(B) | 163.09º | 0.94% | 0.75% | - |
| XYZ | 23.8 | 39.69 | 31.61 | - |
| YUV | 132.07 | 133.03 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 141 | 0.94 | 0 | 0.27 | 0.25 | 163.09 | 0.89 | 0.4 |
| Hex | B | C0 | 8D | 5E | 0 | 1B | 19 | A3 | 59 | 28 |
| Octal | 13 | 300 | 215 | 136 | 0 | 33 | 31 | 243 | 131 | 50 |
| Binary | 1011 | 11000000 | 10001101 | 1011110 | 0 | 11011 | 11001 | 10100011 | 1011001 | 101000 |
Color Harmonies of #0BC08D
Complementary color
Monochromatic Colors of #0BC08D
Black with #0BC08D
Text Example
Text Example
White with #0BC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC08D; }
p { color: rgb(11,192,141); }
H1.HeaderClassName
{
color: #0BC08D;
}
.AnyTagClassName
{
color: #0BC08D;
}
</style>
background-color css
<style>
a { background-color: #0BC08D; }
a { background-color: rgb(11,192,141); }
div.DivClassName
{
background-color: #0BC08D;
}
.BgClassName
{
background-color: #0BC08D;
}
</style>
border-color css
<style>
span { border-color: #0BC08D; }
span { border-color: rgb(11,192,141); }
td.TdClassName
{
border-color: #0BC08D;
}
.TagClassName
{
border-color: #0BC08D;
}
</style>