Shades of Caribbean Green #11CBAB
Tints of Caribbean Green #11CBAB
RGB
CMYK
RGB Variations
Color information
#11CBAB (or 0x11CBAB) is known color: Caribbean Green. HEX triplet: 11, CB and AB. RGB value is (17,203,171). Sum of RGB (Red+Green+Blue) = 17+203+171=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #11CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CBAB is #EE3454. Grayscale: #8F8F8F. Windows color (decimal): -15610965 or 11258641. OLE color: 11258641.
HSL color Cylindrical-coordinate representation of color #11CBAB: hue angle of 169.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CBAB is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 171 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.20 |
| HSL | 169.68º | 0.85% | 0.43% | - |
| HSV(B) | 169.68º | 0.92% | 0.8% | - |
| XYZ | 28.94 | 45.77 | 45.84 | - |
| YUV | 143.74 | 143.38 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 171 | 0.92 | 0 | 0.16 | 0.20 | 169.68 | 0.85 | 0.43 |
| Hex | 11 | CB | AB | 5C | 0 | 10 | 14 | AA | 55 | 2B |
| Octal | 21 | 313 | 253 | 134 | 0 | 20 | 24 | 252 | 125 | 53 |
| Binary | 10001 | 11001011 | 10101011 | 1011100 | 0 | 10000 | 10100 | 10101010 | 1010101 | 101011 |
Color Harmonies of #11CBAB
Complementary color
Monochromatic Colors of #11CBAB
Black with #11CBAB
Text Example
Text Example
White with #11CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBAB; }
p { color: rgb(17,203,171); }
H1.HeaderClassName
{
color: #11CBAB;
}
.AnyTagClassName
{
color: #11CBAB;
}
</style>
background-color css
<style>
a { background-color: #11CBAB; }
a { background-color: rgb(17,203,171); }
div.DivClassName
{
background-color: #11CBAB;
}
.BgClassName
{
background-color: #11CBAB;
}
</style>
border-color css
<style>
span { border-color: #11CBAB; }
span { border-color: rgb(17,203,171); }
td.TdClassName
{
border-color: #11CBAB;
}
.TagClassName
{
border-color: #11CBAB;
}
</style>