Shades of Caribbean Green #0BCBA1
Tints of Caribbean Green #0BCBA1
RGB
CMYK
RGB Variations
Color information
#0BCBA1 (or 0x0BCBA1) is known color: Caribbean Green. HEX triplet: 0B, CB and A1. RGB value is (11,203,161). Sum of RGB (Red+Green+Blue) = 11+203+161=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCBA1 is #F4345E. Grayscale: #8C8C8C. Windows color (decimal): -16004191 or 10603275. OLE color: 10603275.
HSL color Cylindrical-coordinate representation of color #0BCBA1: hue angle of 166.88º 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 #0BCBA1 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 161 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.20 |
| HSL | 166.88º | 0.9% | 0.42% | - |
| HSV(B) | 166.88º | 0.95% | 0.8% | - |
| XYZ | 27.93 | 45.36 | 41 | - |
| YUV | 140.8 | 139.39 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 161 | 0.95 | 0 | 0.21 | 0.20 | 166.88 | 0.9 | 0.42 |
| Hex | B | CB | A1 | 5F | 0 | 15 | 14 | A7 | 5A | 2A |
| Octal | 13 | 313 | 241 | 137 | 0 | 25 | 24 | 247 | 132 | 52 |
| Binary | 1011 | 11001011 | 10100001 | 1011111 | 0 | 10101 | 10100 | 10100111 | 1011010 | 101010 |
Color Harmonies of #0BCBA1
Complementary color
Monochromatic Colors of #0BCBA1
Black with #0BCBA1
Text Example
Text Example
White with #0BCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBA1; }
p { color: rgb(11,203,161); }
H1.HeaderClassName
{
color: #0BCBA1;
}
.AnyTagClassName
{
color: #0BCBA1;
}
</style>
background-color css
<style>
a { background-color: #0BCBA1; }
a { background-color: rgb(11,203,161); }
div.DivClassName
{
background-color: #0BCBA1;
}
.BgClassName
{
background-color: #0BCBA1;
}
</style>
border-color css
<style>
span { border-color: #0BCBA1; }
span { border-color: rgb(11,203,161); }
td.TdClassName
{
border-color: #0BCBA1;
}
.TagClassName
{
border-color: #0BCBA1;
}
</style>