Shades of Caribbean Green #0BC19C
Tints of Caribbean Green #0BC19C
RGB
CMYK
RGB Variations
Color information
#0BC19C (or 0x0BC19C) is known color: Caribbean Green. HEX triplet: 0B, C1 and 9C. RGB value is (11,193,156). Sum of RGB (Red+Green+Blue) = 11+193+156=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC19C is #F43E63. Grayscale: #868686. Windows color (decimal): -16006756 or 10273035. OLE color: 10273035.
HSL color Cylindrical-coordinate representation of color #0BC19C: hue angle of 167.8º 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 #0BC19C is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 156 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.24 |
| HSL | 167.8º | 0.89% | 0.4% | - |
| HSV(B) | 167.8º | 0.94% | 0.76% | - |
| XYZ | 25.21 | 40.61 | 37.96 | - |
| YUV | 134.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 156 | 0.94 | 0 | 0.19 | 0.24 | 167.8 | 0.89 | 0.4 |
| Hex | B | C1 | 9C | 5E | 0 | 13 | 18 | A8 | 59 | 28 |
| Octal | 13 | 301 | 234 | 136 | 0 | 23 | 30 | 250 | 131 | 50 |
| Binary | 1011 | 11000001 | 10011100 | 1011110 | 0 | 10011 | 11000 | 10101000 | 1011001 | 101000 |
Color Harmonies of #0BC19C
Complementary color
Monochromatic Colors of #0BC19C
Black with #0BC19C
Text Example
Text Example
White with #0BC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC19C; }
p { color: rgb(11,193,156); }
H1.HeaderClassName
{
color: #0BC19C;
}
.AnyTagClassName
{
color: #0BC19C;
}
</style>
background-color css
<style>
a { background-color: #0BC19C; }
a { background-color: rgb(11,193,156); }
div.DivClassName
{
background-color: #0BC19C;
}
.BgClassName
{
background-color: #0BC19C;
}
</style>
border-color css
<style>
span { border-color: #0BC19C; }
span { border-color: rgb(11,193,156); }
td.TdClassName
{
border-color: #0BC19C;
}
.TagClassName
{
border-color: #0BC19C;
}
</style>