Shades of Caribbean Green #0BC19D
Tints of Caribbean Green #0BC19D
RGB
CMYK
RGB Variations
Color information
#0BC19D (or 0x0BC19D) is known color: Caribbean Green. HEX triplet: 0B, C1 and 9D. RGB value is (11,193,157). Sum of RGB (Red+Green+Blue) = 11+193+157=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC19D is #F43E62. Grayscale: #868686. Windows color (decimal): -16006755 or 10338571. OLE color: 10338571.
HSL color Cylindrical-coordinate representation of color #0BC19D: hue angle of 168.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC19D is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 157 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.24 |
| HSL | 168.13º | 0.89% | 0.4% | - |
| HSV(B) | 168.13º | 0.94% | 0.76% | - |
| XYZ | 25.29 | 40.65 | 38.41 | - |
| YUV | 134.48 | 140.7 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 157 | 0.94 | 0 | 0.19 | 0.24 | 168.13 | 0.89 | 0.4 |
| Hex | B | C1 | 9D | 5E | 0 | 13 | 18 | A8 | 59 | 28 |
| Octal | 13 | 301 | 235 | 136 | 0 | 23 | 30 | 250 | 131 | 50 |
| Binary | 1011 | 11000001 | 10011101 | 1011110 | 0 | 10011 | 11000 | 10101000 | 1011001 | 101000 |
Color Harmonies of #0BC19D
Complementary color
Monochromatic Colors of #0BC19D
Black with #0BC19D
Text Example
Text Example
White with #0BC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC19D; }
p { color: rgb(11,193,157); }
H1.HeaderClassName
{
color: #0BC19D;
}
.AnyTagClassName
{
color: #0BC19D;
}
</style>
background-color css
<style>
a { background-color: #0BC19D; }
a { background-color: rgb(11,193,157); }
div.DivClassName
{
background-color: #0BC19D;
}
.BgClassName
{
background-color: #0BC19D;
}
</style>
border-color css
<style>
span { border-color: #0BC19D; }
span { border-color: rgb(11,193,157); }
td.TdClassName
{
border-color: #0BC19D;
}
.TagClassName
{
border-color: #0BC19D;
}
</style>