Shades of Medium Aquamarine #66DAA5
Tints of Medium Aquamarine #66DAA5
RGB
CMYK
RGB Variations
Color information
#66DAA5 (or 0x66DAA5) is known color: Medium Aquamarine. HEX triplet: 66, DA and A5. RGB value is (102,218,165). Sum of RGB (Red+Green+Blue) = 102+218+165=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DAA5 is #99255A. Grayscale: #B1B1B1. Windows color (decimal): -10036571 or 10869350. OLE color: 10869350.
HSL color Cylindrical-coordinate representation of color #66DAA5: hue angle of 152.59º 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 #66DAA5 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 165 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.15 |
| HSL | 152.59º | 0.61% | 0.63% | - |
| HSV(B) | 152.59º | 0.53% | 0.85% | - |
| XYZ | 37.34 | 55.68 | 44.38 | - |
| YUV | 177.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 165 | 0.53 | 0 | 0.24 | 0.15 | 152.59 | 0.61 | 0.63 |
| Hex | 66 | DA | A5 | 35 | 0 | 18 | F | 99 | 3D | 3F |
| Octal | 146 | 332 | 245 | 65 | 0 | 30 | 17 | 231 | 75 | 77 |
| Binary | 1100110 | 11011010 | 10100101 | 110101 | 0 | 11000 | 1111 | 10011001 | 111101 | 111111 |
Color Harmonies of #66DAA5
Complementary color
Monochromatic Colors of #66DAA5
Black with #66DAA5
Text Example
Text Example
White with #66DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAA5; }
p { color: rgb(102,218,165); }
H1.HeaderClassName
{
color: #66DAA5;
}
.AnyTagClassName
{
color: #66DAA5;
}
</style>
background-color css
<style>
a { background-color: #66DAA5; }
a { background-color: rgb(102,218,165); }
div.DivClassName
{
background-color: #66DAA5;
}
.BgClassName
{
background-color: #66DAA5;
}
</style>
border-color css
<style>
span { border-color: #66DAA5; }
span { border-color: rgb(102,218,165); }
td.TdClassName
{
border-color: #66DAA5;
}
.TagClassName
{
border-color: #66DAA5;
}
</style>