Shades of Caribbean Green #0BC09B
Tints of Caribbean Green #0BC09B
RGB
CMYK
RGB Variations
Color information
#0BC09B (or 0x0BC09B) is known color: Caribbean Green. HEX triplet: 0B, C0 and 9B. RGB value is (11,192,155). Sum of RGB (Red+Green+Blue) = 11+192+155=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC09B is #F43F64. Grayscale: #858585. Windows color (decimal): -16007013 or 10207243. OLE color: 10207243.
HSL color Cylindrical-coordinate representation of color #0BC09B: hue angle of 167.73º 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 #0BC09B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 155 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.25 |
| HSL | 167.73º | 0.89% | 0.4% | - |
| HSV(B) | 167.73º | 0.94% | 0.75% | - |
| XYZ | 24.9 | 40.14 | 37.44 | - |
| YUV | 133.66 | 140.03 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 155 | 0.94 | 0 | 0.19 | 0.25 | 167.73 | 0.89 | 0.4 |
| Hex | B | C0 | 9B | 5E | 0 | 13 | 19 | A8 | 59 | 28 |
| Octal | 13 | 300 | 233 | 136 | 0 | 23 | 31 | 250 | 131 | 50 |
| Binary | 1011 | 11000000 | 10011011 | 1011110 | 0 | 10011 | 11001 | 10101000 | 1011001 | 101000 |
Color Harmonies of #0BC09B
Complementary color
Monochromatic Colors of #0BC09B
Black with #0BC09B
Text Example
Text Example
White with #0BC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC09B; }
p { color: rgb(11,192,155); }
H1.HeaderClassName
{
color: #0BC09B;
}
.AnyTagClassName
{
color: #0BC09B;
}
</style>
background-color css
<style>
a { background-color: #0BC09B; }
a { background-color: rgb(11,192,155); }
div.DivClassName
{
background-color: #0BC09B;
}
.BgClassName
{
background-color: #0BC09B;
}
</style>
border-color css
<style>
span { border-color: #0BC09B; }
span { border-color: rgb(11,192,155); }
td.TdClassName
{
border-color: #0BC09B;
}
.TagClassName
{
border-color: #0BC09B;
}
</style>