Shades of Caribbean Green #11C29A
Tints of Caribbean Green #11C29A
RGB
CMYK
RGB Variations
Color information
#11C29A (or 0x11C29A) is known color: Caribbean Green. HEX triplet: 11, C2 and 9A. RGB value is (17,194,154). Sum of RGB (Red+Green+Blue) = 17+194+154=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #11C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C29A is #EE3D65. Grayscale: #888888. Windows color (decimal): -15613286 or 10142225. OLE color: 10142225.
HSL color Cylindrical-coordinate representation of color #11C29A: hue angle of 166.44º 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 #11C29A is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 154 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.24 |
| HSL | 166.44º | 0.84% | 0.41% | - |
| HSV(B) | 166.44º | 0.91% | 0.76% | - |
| XYZ | 25.36 | 41.04 | 37.16 | - |
| YUV | 136.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 154 | 0.91 | 0 | 0.21 | 0.24 | 166.44 | 0.84 | 0.41 |
| Hex | 11 | C2 | 9A | 5B | 0 | 15 | 18 | A6 | 54 | 29 |
| Octal | 21 | 302 | 232 | 133 | 0 | 25 | 30 | 246 | 124 | 51 |
| Binary | 10001 | 11000010 | 10011010 | 1011011 | 0 | 10101 | 11000 | 10100110 | 1010100 | 101001 |
Color Harmonies of #11C29A
Complementary color
Monochromatic Colors of #11C29A
Black with #11C29A
Text Example
Text Example
White with #11C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C29A; }
p { color: rgb(17,194,154); }
H1.HeaderClassName
{
color: #11C29A;
}
.AnyTagClassName
{
color: #11C29A;
}
</style>
background-color css
<style>
a { background-color: #11C29A; }
a { background-color: rgb(17,194,154); }
div.DivClassName
{
background-color: #11C29A;
}
.BgClassName
{
background-color: #11C29A;
}
</style>
border-color css
<style>
span { border-color: #11C29A; }
span { border-color: rgb(17,194,154); }
td.TdClassName
{
border-color: #11C29A;
}
.TagClassName
{
border-color: #11C29A;
}
</style>