Shades of Medium Aquamarine #66D4A6
Tints of Medium Aquamarine #66D4A6
RGB
CMYK
RGB Variations
Color information
#66D4A6 (or 0x66D4A6) is known color: Medium Aquamarine. HEX triplet: 66, D4 and A6. RGB value is (102,212,166). Sum of RGB (Red+Green+Blue) = 102+212+166=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #66D4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D4A6 is #992B59. Grayscale: #ADADAD. Windows color (decimal): -10038106 or 10933350. OLE color: 10933350.
HSL color Cylindrical-coordinate representation of color #66D4A6: hue angle of 154.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D4A6 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 166 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.17 |
| HSL | 154.91º | 0.56% | 0.62% | - |
| HSV(B) | 154.91º | 0.52% | 0.83% | - |
| XYZ | 35.91 | 52.66 | 44.35 | - |
| YUV | 173.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 166 | 0.52 | 0 | 0.22 | 0.17 | 154.91 | 0.56 | 0.62 |
| Hex | 66 | D4 | A6 | 34 | 0 | 16 | 11 | 9B | 38 | 3E |
| Octal | 146 | 324 | 246 | 64 | 0 | 26 | 21 | 233 | 70 | 76 |
| Binary | 1100110 | 11010100 | 10100110 | 110100 | 0 | 10110 | 10001 | 10011011 | 111000 | 111110 |
Color Harmonies of #66D4A6
Complementary color
Monochromatic Colors of #66D4A6
Black with #66D4A6
Text Example
Text Example
White with #66D4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D4A6; }
p { color: rgb(102,212,166); }
H1.HeaderClassName
{
color: #66D4A6;
}
.AnyTagClassName
{
color: #66D4A6;
}
</style>
background-color css
<style>
a { background-color: #66D4A6; }
a { background-color: rgb(102,212,166); }
div.DivClassName
{
background-color: #66D4A6;
}
.BgClassName
{
background-color: #66D4A6;
}
</style>
border-color css
<style>
span { border-color: #66D4A6; }
span { border-color: rgb(102,212,166); }
td.TdClassName
{
border-color: #66D4A6;
}
.TagClassName
{
border-color: #66D4A6;
}
</style>