Shades of Caribbean Green #11C3A0
Tints of Caribbean Green #11C3A0
RGB
CMYK
RGB Variations
Color information
#11C3A0 (or 0x11C3A0) is known color: Caribbean Green. HEX triplet: 11, C3 and A0. RGB value is (17,195,160). Sum of RGB (Red+Green+Blue) = 17+195+160=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #11C3A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C3A0 is #EE3C5F. Grayscale: #898989. Windows color (decimal): -15613024 or 10535697. OLE color: 10535697.
HSL color Cylindrical-coordinate representation of color #11C3A0: hue angle of 168.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C3A0 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 160 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.24 |
| HSL | 168.2º | 0.84% | 0.42% | - |
| HSV(B) | 168.2º | 0.91% | 0.76% | - |
| XYZ | 26.09 | 41.69 | 39.93 | - |
| YUV | 137.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 160 | 0.91 | 0 | 0.18 | 0.24 | 168.2 | 0.84 | 0.42 |
| Hex | 11 | C3 | A0 | 5B | 0 | 12 | 18 | A8 | 54 | 2A |
| Octal | 21 | 303 | 240 | 133 | 0 | 22 | 30 | 250 | 124 | 52 |
| Binary | 10001 | 11000011 | 10100000 | 1011011 | 0 | 10010 | 11000 | 10101000 | 1010100 | 101010 |
Color Harmonies of #11C3A0
Complementary color
Monochromatic Colors of #11C3A0
Black with #11C3A0
Text Example
Text Example
White with #11C3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C3A0; }
p { color: rgb(17,195,160); }
H1.HeaderClassName
{
color: #11C3A0;
}
.AnyTagClassName
{
color: #11C3A0;
}
</style>
background-color css
<style>
a { background-color: #11C3A0; }
a { background-color: rgb(17,195,160); }
div.DivClassName
{
background-color: #11C3A0;
}
.BgClassName
{
background-color: #11C3A0;
}
</style>
border-color css
<style>
span { border-color: #11C3A0; }
span { border-color: rgb(17,195,160); }
td.TdClassName
{
border-color: #11C3A0;
}
.TagClassName
{
border-color: #11C3A0;
}
</style>