Shades of Caribbean Green #0BC89C
Tints of Caribbean Green #0BC89C
RGB
CMYK
RGB Variations
Color information
#0BC89C (or 0x0BC89C) is known color: Caribbean Green. HEX triplet: 0B, C8 and 9C. RGB value is (11,200,156). Sum of RGB (Red+Green+Blue) = 11+200+156=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC89C is #F43763. Grayscale: #8A8A8A. Windows color (decimal): -16004964 or 10274827. OLE color: 10274827.
HSL color Cylindrical-coordinate representation of color #0BC89C: hue angle of 166.03º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC89C is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 156 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.22 |
| HSL | 166.03º | 0.9% | 0.41% | - |
| HSV(B) | 166.03º | 0.95% | 0.78% | - |
| XYZ | 26.79 | 43.78 | 38.49 | - |
| YUV | 138.47 | 137.88 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 156 | 0.94 | 0 | 0.22 | 0.22 | 166.03 | 0.9 | 0.41 |
| Hex | B | C8 | 9C | 5E | 0 | 16 | 16 | A6 | 5A | 29 |
| Octal | 13 | 310 | 234 | 136 | 0 | 26 | 26 | 246 | 132 | 51 |
| Binary | 1011 | 11001000 | 10011100 | 1011110 | 0 | 10110 | 10110 | 10100110 | 1011010 | 101001 |
Color Harmonies of #0BC89C
Complementary color
Monochromatic Colors of #0BC89C
Black with #0BC89C
Text Example
Text Example
White with #0BC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC89C; }
p { color: rgb(11,200,156); }
H1.HeaderClassName
{
color: #0BC89C;
}
.AnyTagClassName
{
color: #0BC89C;
}
</style>
background-color css
<style>
a { background-color: #0BC89C; }
a { background-color: rgb(11,200,156); }
div.DivClassName
{
background-color: #0BC89C;
}
.BgClassName
{
background-color: #0BC89C;
}
</style>
border-color css
<style>
span { border-color: #0BC89C; }
span { border-color: rgb(11,200,156); }
td.TdClassName
{
border-color: #0BC89C;
}
.TagClassName
{
border-color: #0BC89C;
}
</style>