Shades of Caribbean Green #0BC099
Tints of Caribbean Green #0BC099
RGB
CMYK
RGB Variations
Color information
#0BC099 (or 0x0BC099) is known color: Caribbean Green. HEX triplet: 0B, C0 and 99. RGB value is (11,192,153). Sum of RGB (Red+Green+Blue) = 11+192+153=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC099 is #F43F66. Grayscale: #858585. Windows color (decimal): -16007015 or 10076171. OLE color: 10076171.
HSL color Cylindrical-coordinate representation of color #0BC099: hue angle of 167.07º 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 #0BC099 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 153 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.25 |
| HSL | 167.07º | 0.89% | 0.4% | - |
| HSV(B) | 167.07º | 0.94% | 0.75% | - |
| XYZ | 24.74 | 40.07 | 36.57 | - |
| YUV | 133.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 153 | 0.94 | 0 | 0.20 | 0.25 | 167.07 | 0.89 | 0.4 |
| Hex | B | C0 | 99 | 5E | 0 | 14 | 19 | A7 | 59 | 28 |
| Octal | 13 | 300 | 231 | 136 | 0 | 24 | 31 | 247 | 131 | 50 |
| Binary | 1011 | 11000000 | 10011001 | 1011110 | 0 | 10100 | 11001 | 10100111 | 1011001 | 101000 |
Color Harmonies of #0BC099
Complementary color
Monochromatic Colors of #0BC099
Black with #0BC099
Text Example
Text Example
White with #0BC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC099; }
p { color: rgb(11,192,153); }
H1.HeaderClassName
{
color: #0BC099;
}
.AnyTagClassName
{
color: #0BC099;
}
</style>
background-color css
<style>
a { background-color: #0BC099; }
a { background-color: rgb(11,192,153); }
div.DivClassName
{
background-color: #0BC099;
}
.BgClassName
{
background-color: #0BC099;
}
</style>
border-color css
<style>
span { border-color: #0BC099; }
span { border-color: rgb(11,192,153); }
td.TdClassName
{
border-color: #0BC099;
}
.TagClassName
{
border-color: #0BC099;
}
</style>