Shades of Caribbean Green #11C2A1
Tints of Caribbean Green #11C2A1
RGB
CMYK
RGB Variations
Color information
#11C2A1 (or 0x11C2A1) is known color: Caribbean Green. HEX triplet: 11, C2 and A1. RGB value is (17,194,161). Sum of RGB (Red+Green+Blue) = 17+194+161=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C2A1 is #EE3D5E. Grayscale: #898989. Windows color (decimal): -15613279 or 10600977. OLE color: 10600977.
HSL color Cylindrical-coordinate representation of color #11C2A1: hue angle of 168.81º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C2A1 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 161 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.24 |
| HSL | 168.81º | 0.84% | 0.41% | - |
| HSV(B) | 168.81º | 0.91% | 0.76% | - |
| XYZ | 25.96 | 41.28 | 40.32 | - |
| YUV | 137.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 161 | 0.91 | 0 | 0.17 | 0.24 | 168.81 | 0.84 | 0.41 |
| Hex | 11 | C2 | A1 | 5B | 0 | 11 | 18 | A9 | 54 | 29 |
| Octal | 21 | 302 | 241 | 133 | 0 | 21 | 30 | 251 | 124 | 51 |
| Binary | 10001 | 11000010 | 10100001 | 1011011 | 0 | 10001 | 11000 | 10101001 | 1010100 | 101001 |
Color Harmonies of #11C2A1
Complementary color
Monochromatic Colors of #11C2A1
Black with #11C2A1
Text Example
Text Example
White with #11C2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2A1; }
p { color: rgb(17,194,161); }
H1.HeaderClassName
{
color: #11C2A1;
}
.AnyTagClassName
{
color: #11C2A1;
}
</style>
background-color css
<style>
a { background-color: #11C2A1; }
a { background-color: rgb(17,194,161); }
div.DivClassName
{
background-color: #11C2A1;
}
.BgClassName
{
background-color: #11C2A1;
}
</style>
border-color css
<style>
span { border-color: #11C2A1; }
span { border-color: rgb(17,194,161); }
td.TdClassName
{
border-color: #11C2A1;
}
.TagClassName
{
border-color: #11C2A1;
}
</style>