Shades of Caribbean Green #11D5AC
Tints of Caribbean Green #11D5AC
RGB
CMYK
RGB Variations
Color information
#11D5AC (or 0x11D5AC) is known color: Caribbean Green. HEX triplet: 11, D5 and AC. RGB value is (17,213,172). Sum of RGB (Red+Green+Blue) = 17+213+172=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #11D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D5AC is #EE2A53. Grayscale: #959595. Windows color (decimal): -15608404 or 11326737. OLE color: 11326737.
HSL color Cylindrical-coordinate representation of color #11D5AC: hue angle of 167.45º 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 #11D5AC is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 172 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.16 |
| HSL | 167.45º | 0.85% | 0.45% | - |
| HSV(B) | 167.45º | 0.92% | 0.84% | - |
| XYZ | 31.47 | 50.69 | 47.15 | - |
| YUV | 149.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 172 | 0.92 | 0 | 0.19 | 0.16 | 167.45 | 0.85 | 0.45 |
| Hex | 11 | D5 | AC | 5C | 0 | 13 | 10 | A7 | 55 | 2D |
| Octal | 21 | 325 | 254 | 134 | 0 | 23 | 20 | 247 | 125 | 55 |
| Binary | 10001 | 11010101 | 10101100 | 1011100 | 0 | 10011 | 10000 | 10100111 | 1010101 | 101101 |
Color Harmonies of #11D5AC
Complementary color
Monochromatic Colors of #11D5AC
Black with #11D5AC
Text Example
Text Example
White with #11D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D5AC; }
p { color: rgb(17,213,172); }
H1.HeaderClassName
{
color: #11D5AC;
}
.AnyTagClassName
{
color: #11D5AC;
}
</style>
background-color css
<style>
a { background-color: #11D5AC; }
a { background-color: rgb(17,213,172); }
div.DivClassName
{
background-color: #11D5AC;
}
.BgClassName
{
background-color: #11D5AC;
}
</style>
border-color css
<style>
span { border-color: #11D5AC; }
span { border-color: rgb(17,213,172); }
td.TdClassName
{
border-color: #11D5AC;
}
.TagClassName
{
border-color: #11D5AC;
}
</style>