Shades of Medium Aquamarine #66DEA4
Tints of Medium Aquamarine #66DEA4
RGB
CMYK
RGB Variations
Color information
#66DEA4 (or 0x66DEA4) is known color: Medium Aquamarine. HEX triplet: 66, DE and A4. RGB value is (102,222,164). Sum of RGB (Red+Green+Blue) = 102+222+164=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DEA4 is #99215B. Grayscale: #B3B3B3. Windows color (decimal): -10035548 or 10804838. OLE color: 10804838.
HSL color Cylindrical-coordinate representation of color #66DEA4: hue angle of 151º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEA4 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 164 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.13 |
| HSL | 151º | 0.65% | 0.64% | - |
| HSV(B) | 151º | 0.54% | 0.87% | - |
| XYZ | 38.3 | 57.75 | 44.25 | - |
| YUV | 179.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 164 | 0.54 | 0 | 0.26 | 0.13 | 151 | 0.65 | 0.64 |
| Hex | 66 | DE | A4 | 36 | 0 | 1A | D | 97 | 41 | 40 |
| Octal | 146 | 336 | 244 | 66 | 0 | 32 | 15 | 227 | 101 | 100 |
| Binary | 1100110 | 11011110 | 10100100 | 110110 | 0 | 11010 | 1101 | 10010111 | 1000001 | 1000000 |
Color Harmonies of #66DEA4
Complementary color
Monochromatic Colors of #66DEA4
Black with #66DEA4
Text Example
Text Example
White with #66DEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEA4; }
p { color: rgb(102,222,164); }
H1.HeaderClassName
{
color: #66DEA4;
}
.AnyTagClassName
{
color: #66DEA4;
}
</style>
background-color css
<style>
a { background-color: #66DEA4; }
a { background-color: rgb(102,222,164); }
div.DivClassName
{
background-color: #66DEA4;
}
.BgClassName
{
background-color: #66DEA4;
}
</style>
border-color css
<style>
span { border-color: #66DEA4; }
span { border-color: rgb(102,222,164); }
td.TdClassName
{
border-color: #66DEA4;
}
.TagClassName
{
border-color: #66DEA4;
}
</style>