Shades of Medium Aquamarine #66DAA0
Tints of Medium Aquamarine #66DAA0
RGB
CMYK
RGB Variations
Color information
#66DAA0 (or 0x66DAA0) is known color: Medium Aquamarine. HEX triplet: 66, DA and A0. RGB value is (102,218,160). Sum of RGB (Red+Green+Blue) = 102+218+160=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DAA0 is #99255F. Grayscale: #B0B0B0. Windows color (decimal): -10036576 or 10541670. OLE color: 10541670.
HSL color Cylindrical-coordinate representation of color #66DAA0: hue angle of 150º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAA0 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 160 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.15 |
| HSL | 150º | 0.61% | 0.63% | - |
| HSV(B) | 150º | 0.53% | 0.85% | - |
| XYZ | 36.9 | 55.51 | 42.03 | - |
| YUV | 176.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 160 | 0.53 | 0 | 0.27 | 0.15 | 150 | 0.61 | 0.63 |
| Hex | 66 | DA | A0 | 35 | 0 | 1B | F | 96 | 3D | 3F |
| Octal | 146 | 332 | 240 | 65 | 0 | 33 | 17 | 226 | 75 | 77 |
| Binary | 1100110 | 11011010 | 10100000 | 110101 | 0 | 11011 | 1111 | 10010110 | 111101 | 111111 |
Color Harmonies of #66DAA0
Complementary color
Monochromatic Colors of #66DAA0
Black with #66DAA0
Text Example
Text Example
White with #66DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAA0; }
p { color: rgb(102,218,160); }
H1.HeaderClassName
{
color: #66DAA0;
}
.AnyTagClassName
{
color: #66DAA0;
}
</style>
background-color css
<style>
a { background-color: #66DAA0; }
a { background-color: rgb(102,218,160); }
div.DivClassName
{
background-color: #66DAA0;
}
.BgClassName
{
background-color: #66DAA0;
}
</style>
border-color css
<style>
span { border-color: #66DAA0; }
span { border-color: rgb(102,218,160); }
td.TdClassName
{
border-color: #66DAA0;
}
.TagClassName
{
border-color: #66DAA0;
}
</style>