Shades of Caribbean Green #11CCA2
Tints of Caribbean Green #11CCA2
RGB
CMYK
RGB Variations
Color information
#11CCA2 (or 0x11CCA2) is known color: Caribbean Green. HEX triplet: 11, CC and A2. RGB value is (17,204,162). Sum of RGB (Red+Green+Blue) = 17+204+162=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #11CCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CCA2 is #EE335D. Grayscale: #8F8F8F. Windows color (decimal): -15610718 or 10669073. OLE color: 10669073.
HSL color Cylindrical-coordinate representation of color #11CCA2: hue angle of 166.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CCA2 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 204 | 162 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.2 |
| HSL | 166.52º | 0.85% | 0.43% | - |
| HSV(B) | 166.52º | 0.92% | 0.8% | - |
| XYZ | 28.35 | 45.91 | 41.55 | - |
| YUV | 143.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 162 | 0.92 | 0 | 0.21 | 0.2 | 166.52 | 0.85 | 0.43 |
| Hex | 11 | CC | A2 | 5C | 0 | 15 | 14 | A7 | 55 | 2B |
| Octal | 21 | 314 | 242 | 134 | 0 | 25 | 24 | 247 | 125 | 53 |
| Binary | 10001 | 11001100 | 10100010 | 1011100 | 0 | 10101 | 10100 | 10100111 | 1010101 | 101011 |
Color Harmonies of #11CCA2
Complementary color
Monochromatic Colors of #11CCA2
Black with #11CCA2
Text Example
Text Example
White with #11CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCA2; }
p { color: rgb(17,204,162); }
H1.HeaderClassName
{
color: #11CCA2;
}
.AnyTagClassName
{
color: #11CCA2;
}
</style>
background-color css
<style>
a { background-color: #11CCA2; }
a { background-color: rgb(17,204,162); }
div.DivClassName
{
background-color: #11CCA2;
}
.BgClassName
{
background-color: #11CCA2;
}
</style>
border-color css
<style>
span { border-color: #11CCA2; }
span { border-color: rgb(17,204,162); }
td.TdClassName
{
border-color: #11CCA2;
}
.TagClassName
{
border-color: #11CCA2;
}
</style>