Shades of Caribbean Green #11CCA8
Tints of Caribbean Green #11CCA8
RGB
CMYK
RGB Variations
Color information
#11CCA8 (or 0x11CCA8) is known color: Caribbean Green. HEX triplet: 11, CC and A8. RGB value is (17,204,168). Sum of RGB (Red+Green+Blue) = 17+204+168=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #11CCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CCA8 is #EE3357. Grayscale: #8F8F8F. Windows color (decimal): -15610712 or 11062289. OLE color: 11062289.
HSL color Cylindrical-coordinate representation of color #11CCA8: hue angle of 168.45º 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 #11CCA8 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 204 | 168 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.2 |
| HSL | 168.45º | 0.85% | 0.43% | - |
| HSV(B) | 168.45º | 0.92% | 0.8% | - |
| XYZ | 28.89 | 46.13 | 44.43 | - |
| YUV | 143.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 168 | 0.92 | 0 | 0.18 | 0.2 | 168.45 | 0.85 | 0.43 |
| Hex | 11 | CC | A8 | 5C | 0 | 12 | 14 | A8 | 55 | 2B |
| Octal | 21 | 314 | 250 | 134 | 0 | 22 | 24 | 250 | 125 | 53 |
| Binary | 10001 | 11001100 | 10101000 | 1011100 | 0 | 10010 | 10100 | 10101000 | 1010101 | 101011 |
Color Harmonies of #11CCA8
Complementary color
Monochromatic Colors of #11CCA8
Black with #11CCA8
Text Example
Text Example
White with #11CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCA8; }
p { color: rgb(17,204,168); }
H1.HeaderClassName
{
color: #11CCA8;
}
.AnyTagClassName
{
color: #11CCA8;
}
</style>
background-color css
<style>
a { background-color: #11CCA8; }
a { background-color: rgb(17,204,168); }
div.DivClassName
{
background-color: #11CCA8;
}
.BgClassName
{
background-color: #11CCA8;
}
</style>
border-color css
<style>
span { border-color: #11CCA8; }
span { border-color: rgb(17,204,168); }
td.TdClassName
{
border-color: #11CCA8;
}
.TagClassName
{
border-color: #11CCA8;
}
</style>