Shades of Caribbean Green #11D1A8
Tints of Caribbean Green #11D1A8
RGB
CMYK
RGB Variations
Color information
#11D1A8 (or 0x11D1A8) is known color: Caribbean Green. HEX triplet: 11, D1 and A8. RGB value is (17,209,168). Sum of RGB (Red+Green+Blue) = 17+209+168=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 209 (82.03% from 255 or 53.05% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 209 - color contains mainly: green. Hex color #11D1A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D1A8 is #EE2E57. Grayscale: #929292. Windows color (decimal): -15609432 or 11063569. OLE color: 11063569.
HSL color Cylindrical-coordinate representation of color #11D1A8: hue angle of 167.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D1A8 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 168 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.18 |
| HSL | 167.19º | 0.85% | 0.44% | - |
| HSV(B) | 167.19º | 0.92% | 0.82% | - |
| XYZ | 30.1 | 48.55 | 44.83 | - |
| YUV | 146.92 | 139.89 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 168 | 0.92 | 0 | 0.20 | 0.18 | 167.19 | 0.85 | 0.44 |
| Hex | 11 | D1 | A8 | 5C | 0 | 14 | 12 | A7 | 55 | 2C |
| Octal | 21 | 321 | 250 | 134 | 0 | 24 | 22 | 247 | 125 | 54 |
| Binary | 10001 | 11010001 | 10101000 | 1011100 | 0 | 10100 | 10010 | 10100111 | 1010101 | 101100 |
Color Harmonies of #11D1A8
Complementary color
Monochromatic Colors of #11D1A8
Black with #11D1A8
Text Example
Text Example
White with #11D1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D1A8; }
p { color: rgb(17,209,168); }
H1.HeaderClassName
{
color: #11D1A8;
}
.AnyTagClassName
{
color: #11D1A8;
}
</style>
background-color css
<style>
a { background-color: #11D1A8; }
a { background-color: rgb(17,209,168); }
div.DivClassName
{
background-color: #11D1A8;
}
.BgClassName
{
background-color: #11D1A8;
}
</style>
border-color css
<style>
span { border-color: #11D1A8; }
span { border-color: rgb(17,209,168); }
td.TdClassName
{
border-color: #11D1A8;
}
.TagClassName
{
border-color: #11D1A8;
}
</style>