Shades of Caribbean Green #11DAA5
Tints of Caribbean Green #11DAA5
RGB
CMYK
RGB Variations
Color information
#11DAA5 (or 0x11DAA5) is known color: Caribbean Green. HEX triplet: 11, DA and A5. RGB value is (17,218,165). Sum of RGB (Red+Green+Blue) = 17+218+165=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #11DAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DAA5 is #EE255A. Grayscale: #979797. Windows color (decimal): -15607131 or 10869265. OLE color: 10869265.
HSL color Cylindrical-coordinate representation of color #11DAA5: hue angle of 164.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DAA5 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 218 | 165 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.15 |
| HSL | 164.18º | 0.86% | 0.46% | - |
| HSV(B) | 164.18º | 0.92% | 0.85% | - |
| XYZ | 32.09 | 52.98 | 44.13 | - |
| YUV | 151.86 | 135.41 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 165 | 0.92 | 0 | 0.24 | 0.15 | 164.18 | 0.86 | 0.46 |
| Hex | 11 | DA | A5 | 5C | 0 | 18 | F | A4 | 56 | 2E |
| Octal | 21 | 332 | 245 | 134 | 0 | 30 | 17 | 244 | 126 | 56 |
| Binary | 10001 | 11011010 | 10100101 | 1011100 | 0 | 11000 | 1111 | 10100100 | 1010110 | 101110 |
Color Harmonies of #11DAA5
Complementary color
Monochromatic Colors of #11DAA5
Black with #11DAA5
Text Example
Text Example
White with #11DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAA5; }
p { color: rgb(17,218,165); }
H1.HeaderClassName
{
color: #11DAA5;
}
.AnyTagClassName
{
color: #11DAA5;
}
</style>
background-color css
<style>
a { background-color: #11DAA5; }
a { background-color: rgb(17,218,165); }
div.DivClassName
{
background-color: #11DAA5;
}
.BgClassName
{
background-color: #11DAA5;
}
</style>
border-color css
<style>
span { border-color: #11DAA5; }
span { border-color: rgb(17,218,165); }
td.TdClassName
{
border-color: #11DAA5;
}
.TagClassName
{
border-color: #11DAA5;
}
</style>