Shades of Caribbean Green #11D684
Tints of Caribbean Green #11D684
RGB
CMYK
RGB Variations
Color information
#11D684 (or 0x11D684) is known color: Caribbean Green. HEX triplet: 11, D6 and 84. RGB value is (17,214,132). Sum of RGB (Red+Green+Blue) = 17+214+132=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #11D684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D684 is #EE297B. Grayscale: #919191. Windows color (decimal): -15608188 or 8705553. OLE color: 8705553.
HSL color Cylindrical-coordinate representation of color #11D684: hue angle of 155.03º 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 #11D684 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 132 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.16 |
| HSL | 155.03º | 0.85% | 0.45% | - |
| HSV(B) | 155.03º | 0.92% | 0.84% | - |
| XYZ | 28.44 | 49.88 | 29.96 | - |
| YUV | 145.75 | 120.23 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 132 | 0.92 | 0 | 0.38 | 0.16 | 155.03 | 0.85 | 0.45 |
| Hex | 11 | D6 | 84 | 5C | 0 | 26 | 10 | 9B | 55 | 2D |
| Octal | 21 | 326 | 204 | 134 | 0 | 46 | 20 | 233 | 125 | 55 |
| Binary | 10001 | 11010110 | 10000100 | 1011100 | 0 | 100110 | 10000 | 10011011 | 1010101 | 101101 |
Color Harmonies of #11D684
Complementary color
Monochromatic Colors of #11D684
Black with #11D684
Text Example
Text Example
White with #11D684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D684; }
p { color: rgb(17,214,132); }
H1.HeaderClassName
{
color: #11D684;
}
.AnyTagClassName
{
color: #11D684;
}
</style>
background-color css
<style>
a { background-color: #11D684; }
a { background-color: rgb(17,214,132); }
div.DivClassName
{
background-color: #11D684;
}
.BgClassName
{
background-color: #11D684;
}
</style>
border-color css
<style>
span { border-color: #11D684; }
span { border-color: rgb(17,214,132); }
td.TdClassName
{
border-color: #11D684;
}
.TagClassName
{
border-color: #11D684;
}
</style>