Shades of Caribbean Green #0BCBA7
Tints of Caribbean Green #0BCBA7
RGB
CMYK
RGB Variations
Color information
#0BCBA7 (or 0x0BCBA7) is known color: Caribbean Green. HEX triplet: 0B, CB and A7. RGB value is (11,203,167). Sum of RGB (Red+Green+Blue) = 11+203+167=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCBA7 is #F43458. Grayscale: #8D8D8D. Windows color (decimal): -16004185 or 10996491. OLE color: 10996491.
HSL color Cylindrical-coordinate representation of color #0BCBA7: hue angle of 168.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBA7 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 167 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.20 |
| HSL | 168.75º | 0.9% | 0.42% | - |
| HSV(B) | 168.75º | 0.95% | 0.8% | - |
| XYZ | 28.47 | 45.57 | 43.86 | - |
| YUV | 141.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 167 | 0.95 | 0 | 0.18 | 0.20 | 168.75 | 0.9 | 0.42 |
| Hex | B | CB | A7 | 5F | 0 | 12 | 14 | A9 | 5A | 2A |
| Octal | 13 | 313 | 247 | 137 | 0 | 22 | 24 | 251 | 132 | 52 |
| Binary | 1011 | 11001011 | 10100111 | 1011111 | 0 | 10010 | 10100 | 10101001 | 1011010 | 101010 |
Color Harmonies of #0BCBA7
Complementary color
Monochromatic Colors of #0BCBA7
Black with #0BCBA7
Text Example
Text Example
White with #0BCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBA7; }
p { color: rgb(11,203,167); }
H1.HeaderClassName
{
color: #0BCBA7;
}
.AnyTagClassName
{
color: #0BCBA7;
}
</style>
background-color css
<style>
a { background-color: #0BCBA7; }
a { background-color: rgb(11,203,167); }
div.DivClassName
{
background-color: #0BCBA7;
}
.BgClassName
{
background-color: #0BCBA7;
}
</style>
border-color css
<style>
span { border-color: #0BCBA7; }
span { border-color: rgb(11,203,167); }
td.TdClassName
{
border-color: #0BCBA7;
}
.TagClassName
{
border-color: #0BCBA7;
}
</style>