Shades of Caribbean Green #11D7A1
Tints of Caribbean Green #11D7A1
RGB
CMYK
RGB Variations
Color information
#11D7A1 (or 0x11D7A1) is known color: Caribbean Green. HEX triplet: 11, D7 and A1. RGB value is (17,215,161). Sum of RGB (Red+Green+Blue) = 17+215+161=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #11D7A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D7A1 is #EE285E. Grayscale: #959595. Windows color (decimal): -15607903 or 10606353. OLE color: 10606353.
HSL color Cylindrical-coordinate representation of color #11D7A1: hue angle of 163.64º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D7A1 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 215 | 161 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.16 |
| HSL | 163.64º | 0.85% | 0.45% | - |
| HSV(B) | 163.64º | 0.92% | 0.84% | - |
| XYZ | 30.96 | 51.29 | 41.99 | - |
| YUV | 149.64 | 134.4 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 161 | 0.92 | 0 | 0.25 | 0.16 | 163.64 | 0.85 | 0.45 |
| Hex | 11 | D7 | A1 | 5C | 0 | 19 | 10 | A4 | 55 | 2D |
| Octal | 21 | 327 | 241 | 134 | 0 | 31 | 20 | 244 | 125 | 55 |
| Binary | 10001 | 11010111 | 10100001 | 1011100 | 0 | 11001 | 10000 | 10100100 | 1010101 | 101101 |
Color Harmonies of #11D7A1
Complementary color
Monochromatic Colors of #11D7A1
Black with #11D7A1
Text Example
Text Example
White with #11D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D7A1; }
p { color: rgb(17,215,161); }
H1.HeaderClassName
{
color: #11D7A1;
}
.AnyTagClassName
{
color: #11D7A1;
}
</style>
background-color css
<style>
a { background-color: #11D7A1; }
a { background-color: rgb(17,215,161); }
div.DivClassName
{
background-color: #11D7A1;
}
.BgClassName
{
background-color: #11D7A1;
}
</style>
border-color css
<style>
span { border-color: #11D7A1; }
span { border-color: rgb(17,215,161); }
td.TdClassName
{
border-color: #11D7A1;
}
.TagClassName
{
border-color: #11D7A1;
}
</style>