Shades of Caribbean Green #11CDA2
Tints of Caribbean Green #11CDA2
RGB
CMYK
RGB Variations
Color information
#11CDA2 (or 0x11CDA2) is known color: Caribbean Green. HEX triplet: 11, CD and A2. RGB value is (17,205,162). Sum of RGB (Red+Green+Blue) = 17+205+162=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CDA2 is #EE325D. Grayscale: #8F8F8F. Windows color (decimal): -15610462 or 10669329. OLE color: 10669329.
HSL color Cylindrical-coordinate representation of color #11CDA2: hue angle of 166.28º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDA2 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 162 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.20 |
| HSL | 166.28º | 0.85% | 0.44% | - |
| HSV(B) | 166.28º | 0.92% | 0.8% | - |
| XYZ | 28.58 | 46.39 | 41.63 | - |
| YUV | 143.89 | 138.22 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 162 | 0.92 | 0 | 0.21 | 0.20 | 166.28 | 0.85 | 0.44 |
| Hex | 11 | CD | A2 | 5C | 0 | 15 | 14 | A6 | 55 | 2C |
| Octal | 21 | 315 | 242 | 134 | 0 | 25 | 24 | 246 | 125 | 54 |
| Binary | 10001 | 11001101 | 10100010 | 1011100 | 0 | 10101 | 10100 | 10100110 | 1010101 | 101100 |
Color Harmonies of #11CDA2
Complementary color
Monochromatic Colors of #11CDA2
Black with #11CDA2
Text Example
Text Example
White with #11CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDA2; }
p { color: rgb(17,205,162); }
H1.HeaderClassName
{
color: #11CDA2;
}
.AnyTagClassName
{
color: #11CDA2;
}
</style>
background-color css
<style>
a { background-color: #11CDA2; }
a { background-color: rgb(17,205,162); }
div.DivClassName
{
background-color: #11CDA2;
}
.BgClassName
{
background-color: #11CDA2;
}
</style>
border-color css
<style>
span { border-color: #11CDA2; }
span { border-color: rgb(17,205,162); }
td.TdClassName
{
border-color: #11CDA2;
}
.TagClassName
{
border-color: #11CDA2;
}
</style>