Shades of Caribbean Green #0BC09C
Tints of Caribbean Green #0BC09C
RGB
CMYK
RGB Variations
Color information
#0BC09C (or 0x0BC09C) is known color: Caribbean Green. HEX triplet: 0B, C0 and 9C. RGB value is (11,192,156). Sum of RGB (Red+Green+Blue) = 11+192+156=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC09C is #F43F63. Grayscale: #858585. Windows color (decimal): -16007012 or 10272779. OLE color: 10272779.
HSL color Cylindrical-coordinate representation of color #0BC09C: hue angle of 168.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 #0BC09C is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 156 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.25 |
| HSL | 168.07º | 0.89% | 0.4% | - |
| HSV(B) | 168.07º | 0.94% | 0.75% | - |
| XYZ | 24.99 | 40.17 | 37.89 | - |
| YUV | 133.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 156 | 0.94 | 0 | 0.19 | 0.25 | 168.07 | 0.89 | 0.4 |
| Hex | B | C0 | 9C | 5E | 0 | 13 | 19 | A8 | 59 | 28 |
| Octal | 13 | 300 | 234 | 136 | 0 | 23 | 31 | 250 | 131 | 50 |
| Binary | 1011 | 11000000 | 10011100 | 1011110 | 0 | 10011 | 11001 | 10101000 | 1011001 | 101000 |
Color Harmonies of #0BC09C
Complementary color
Monochromatic Colors of #0BC09C
Black with #0BC09C
Text Example
Text Example
White with #0BC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC09C; }
p { color: rgb(11,192,156); }
H1.HeaderClassName
{
color: #0BC09C;
}
.AnyTagClassName
{
color: #0BC09C;
}
</style>
background-color css
<style>
a { background-color: #0BC09C; }
a { background-color: rgb(11,192,156); }
div.DivClassName
{
background-color: #0BC09C;
}
.BgClassName
{
background-color: #0BC09C;
}
</style>
border-color css
<style>
span { border-color: #0BC09C; }
span { border-color: rgb(11,192,156); }
td.TdClassName
{
border-color: #0BC09C;
}
.TagClassName
{
border-color: #0BC09C;
}
</style>