Shades of Caribbean Green #11C2A0
Tints of Caribbean Green #11C2A0
RGB
CMYK
RGB Variations
Color information
#11C2A0 (or 0x11C2A0) is known color: Caribbean Green. HEX triplet: 11, C2 and A0. RGB value is (17,194,160). Sum of RGB (Red+Green+Blue) = 17+194+160=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C2A0 is #EE3D5F. Grayscale: #898989. Windows color (decimal): -15613280 or 10535441. OLE color: 10535441.
HSL color Cylindrical-coordinate representation of color #11C2A0: hue angle of 168.47º 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 #11C2A0 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 160 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.24 |
| HSL | 168.47º | 0.84% | 0.41% | - |
| HSV(B) | 168.47º | 0.91% | 0.76% | - |
| XYZ | 25.87 | 41.24 | 39.85 | - |
| YUV | 137.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 160 | 0.91 | 0 | 0.18 | 0.24 | 168.47 | 0.84 | 0.41 |
| Hex | 11 | C2 | A0 | 5B | 0 | 12 | 18 | A8 | 54 | 29 |
| Octal | 21 | 302 | 240 | 133 | 0 | 22 | 30 | 250 | 124 | 51 |
| Binary | 10001 | 11000010 | 10100000 | 1011011 | 0 | 10010 | 11000 | 10101000 | 1010100 | 101001 |
Color Harmonies of #11C2A0
Complementary color
Monochromatic Colors of #11C2A0
Black with #11C2A0
Text Example
Text Example
White with #11C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2A0; }
p { color: rgb(17,194,160); }
H1.HeaderClassName
{
color: #11C2A0;
}
.AnyTagClassName
{
color: #11C2A0;
}
</style>
background-color css
<style>
a { background-color: #11C2A0; }
a { background-color: rgb(17,194,160); }
div.DivClassName
{
background-color: #11C2A0;
}
.BgClassName
{
background-color: #11C2A0;
}
</style>
border-color css
<style>
span { border-color: #11C2A0; }
span { border-color: rgb(17,194,160); }
td.TdClassName
{
border-color: #11C2A0;
}
.TagClassName
{
border-color: #11C2A0;
}
</style>