Shades of Caribbean Green #0BC8A8
Tints of Caribbean Green #0BC8A8
RGB
CMYK
RGB Variations
Color information
#0BC8A8 (or 0x0BC8A8) is known color: Caribbean Green. HEX triplet: 0B, C8 and A8. RGB value is (11,200,168). Sum of RGB (Red+Green+Blue) = 11+200+168=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC8A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC8A8 is #F43757. Grayscale: #8B8B8B. Windows color (decimal): -16004952 or 11061259. OLE color: 11061259.
HSL color Cylindrical-coordinate representation of color #0BC8A8: hue angle of 169.84º 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 #0BC8A8 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 168 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.22 |
| HSL | 169.84º | 0.9% | 0.41% | - |
| HSV(B) | 169.84º | 0.95% | 0.78% | - |
| XYZ | 27.86 | 44.21 | 44.11 | - |
| YUV | 139.84 | 143.88 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 168 | 0.94 | 0 | 0.16 | 0.22 | 169.84 | 0.9 | 0.41 |
| Hex | B | C8 | A8 | 5E | 0 | 10 | 16 | AA | 5A | 29 |
| Octal | 13 | 310 | 250 | 136 | 0 | 20 | 26 | 252 | 132 | 51 |
| Binary | 1011 | 11001000 | 10101000 | 1011110 | 0 | 10000 | 10110 | 10101010 | 1011010 | 101001 |
Color Harmonies of #0BC8A8
Complementary color
Monochromatic Colors of #0BC8A8
Black with #0BC8A8
Text Example
Text Example
White with #0BC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC8A8; }
p { color: rgb(11,200,168); }
H1.HeaderClassName
{
color: #0BC8A8;
}
.AnyTagClassName
{
color: #0BC8A8;
}
</style>
background-color css
<style>
a { background-color: #0BC8A8; }
a { background-color: rgb(11,200,168); }
div.DivClassName
{
background-color: #0BC8A8;
}
.BgClassName
{
background-color: #0BC8A8;
}
</style>
border-color css
<style>
span { border-color: #0BC8A8; }
span { border-color: rgb(11,200,168); }
td.TdClassName
{
border-color: #0BC8A8;
}
.TagClassName
{
border-color: #0BC8A8;
}
</style>