Shades of Medium Aquamarine #66DDA4
Tints of Medium Aquamarine #66DDA4
RGB
CMYK
RGB Variations
Color information
#66DDA4 (or 0x66DDA4) is known color: Medium Aquamarine. HEX triplet: 66, DD and A4. RGB value is (102,221,164). Sum of RGB (Red+Green+Blue) = 102+221+164=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDA4 is #99225B. Grayscale: #B3B3B3. Windows color (decimal): -10035804 or 10804582. OLE color: 10804582.
HSL color Cylindrical-coordinate representation of color #66DDA4: hue angle of 151.26º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDA4 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 164 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.13 |
| HSL | 151.26º | 0.64% | 0.63% | - |
| HSV(B) | 151.26º | 0.54% | 0.87% | - |
| XYZ | 38.04 | 57.22 | 44.16 | - |
| YUV | 178.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 164 | 0.54 | 0 | 0.26 | 0.13 | 151.26 | 0.64 | 0.63 |
| Hex | 66 | DD | A4 | 36 | 0 | 1A | D | 97 | 40 | 3F |
| Octal | 146 | 335 | 244 | 66 | 0 | 32 | 15 | 227 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10100100 | 110110 | 0 | 11010 | 1101 | 10010111 | 1000000 | 111111 |
Color Harmonies of #66DDA4
Complementary color
Monochromatic Colors of #66DDA4
Black with #66DDA4
Text Example
Text Example
White with #66DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDA4; }
p { color: rgb(102,221,164); }
H1.HeaderClassName
{
color: #66DDA4;
}
.AnyTagClassName
{
color: #66DDA4;
}
</style>
background-color css
<style>
a { background-color: #66DDA4; }
a { background-color: rgb(102,221,164); }
div.DivClassName
{
background-color: #66DDA4;
}
.BgClassName
{
background-color: #66DDA4;
}
</style>
border-color css
<style>
span { border-color: #66DDA4; }
span { border-color: rgb(102,221,164); }
td.TdClassName
{
border-color: #66DDA4;
}
.TagClassName
{
border-color: #66DDA4;
}
</style>