Shades of Caribbean Green #11D182
Tints of Caribbean Green #11D182
RGB
CMYK
RGB Variations
Color information
#11D182 (or 0x11D182) is known color: Caribbean Green. HEX triplet: 11, D1 and 82. RGB value is (17,209,130). Sum of RGB (Red+Green+Blue) = 17+209+130=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #11D182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D182 is #EE2E7D. Grayscale: #8E8E8E. Windows color (decimal): -15609470 or 8573201. OLE color: 8573201.
HSL color Cylindrical-coordinate representation of color #11D182: hue angle of 155.31º 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 #11D182 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 130 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.18 |
| HSL | 155.31º | 0.85% | 0.44% | - |
| HSV(B) | 155.31º | 0.92% | 0.82% | - |
| XYZ | 27.06 | 47.33 | 28.83 | - |
| YUV | 142.59 | 120.89 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 130 | 0.92 | 0 | 0.38 | 0.18 | 155.31 | 0.85 | 0.44 |
| Hex | 11 | D1 | 82 | 5C | 0 | 26 | 12 | 9B | 55 | 2C |
| Octal | 21 | 321 | 202 | 134 | 0 | 46 | 22 | 233 | 125 | 54 |
| Binary | 10001 | 11010001 | 10000010 | 1011100 | 0 | 100110 | 10010 | 10011011 | 1010101 | 101100 |
Color Harmonies of #11D182
Complementary color
Monochromatic Colors of #11D182
Black with #11D182
Text Example
Text Example
White with #11D182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D182; }
p { color: rgb(17,209,130); }
H1.HeaderClassName
{
color: #11D182;
}
.AnyTagClassName
{
color: #11D182;
}
</style>
background-color css
<style>
a { background-color: #11D182; }
a { background-color: rgb(17,209,130); }
div.DivClassName
{
background-color: #11D182;
}
.BgClassName
{
background-color: #11D182;
}
</style>
border-color css
<style>
span { border-color: #11D182; }
span { border-color: rgb(17,209,130); }
td.TdClassName
{
border-color: #11D182;
}
.TagClassName
{
border-color: #11D182;
}
</style>