Shades of Caribbean Green #0BC29C
Tints of Caribbean Green #0BC29C
RGB
CMYK
RGB Variations
Color information
#0BC29C (or 0x0BC29C) is known color: Caribbean Green. HEX triplet: 0B, C2 and 9C. RGB value is (11,194,156). Sum of RGB (Red+Green+Blue) = 11+194+156=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC29C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC29C is #F43D63. Grayscale: #868686. Windows color (decimal): -16006500 or 10273291. OLE color: 10273291.
HSL color Cylindrical-coordinate representation of color #0BC29C: hue angle of 167.54º 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 #0BC29C is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 156 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.24 |
| HSL | 167.54º | 0.89% | 0.4% | - |
| HSV(B) | 167.54º | 0.94% | 0.76% | - |
| XYZ | 25.43 | 41.06 | 38.04 | - |
| YUV | 134.95 | 139.87 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 156 | 0.94 | 0 | 0.20 | 0.24 | 167.54 | 0.89 | 0.4 |
| Hex | B | C2 | 9C | 5E | 0 | 14 | 18 | A8 | 59 | 28 |
| Octal | 13 | 302 | 234 | 136 | 0 | 24 | 30 | 250 | 131 | 50 |
| Binary | 1011 | 11000010 | 10011100 | 1011110 | 0 | 10100 | 11000 | 10101000 | 1011001 | 101000 |
Color Harmonies of #0BC29C
Complementary color
Monochromatic Colors of #0BC29C
Black with #0BC29C
Text Example
Text Example
White with #0BC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC29C; }
p { color: rgb(11,194,156); }
H1.HeaderClassName
{
color: #0BC29C;
}
.AnyTagClassName
{
color: #0BC29C;
}
</style>
background-color css
<style>
a { background-color: #0BC29C; }
a { background-color: rgb(11,194,156); }
div.DivClassName
{
background-color: #0BC29C;
}
.BgClassName
{
background-color: #0BC29C;
}
</style>
border-color css
<style>
span { border-color: #0BC29C; }
span { border-color: rgb(11,194,156); }
td.TdClassName
{
border-color: #0BC29C;
}
.TagClassName
{
border-color: #0BC29C;
}
</style>