Shades of Medium Aquamarine #66FDA6
Tints of Medium Aquamarine #66FDA6
RGB
CMYK
RGB Variations
Color information
#66FDA6 (or 0x66FDA6) is known color: Medium Aquamarine. HEX triplet: 66, FD and A6. RGB value is (102,253,166). Sum of RGB (Red+Green+Blue) = 102+253+166=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #66FDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FDA6 is #990259. Grayscale: #C6C6C6. Windows color (decimal): -10027610 or 10943846. OLE color: 10943846.
HSL color Cylindrical-coordinate representation of color #66FDA6: hue angle of 145.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FDA6 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 253 | 166 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.01 |
| HSL | 145.43º | 0.97% | 0.7% | - |
| HSV(B) | 145.43º | 0.6% | 0.99% | - |
| XYZ | 47.49 | 75.83 | 48.21 | - |
| YUV | 197.93 | 109.97 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 253 | 166 | 0.60 | 0 | 0.34 | 0.01 | 145.43 | 0.97 | 0.7 |
| Hex | 66 | FD | A6 | 3C | 0 | 22 | 1 | 91 | 61 | 46 |
| Octal | 146 | 375 | 246 | 74 | 0 | 42 | 1 | 221 | 141 | 106 |
| Binary | 1100110 | 11111101 | 10100110 | 111100 | 0 | 100010 | 1 | 10010001 | 1100001 | 1000110 |
Color Harmonies of #66FDA6
Complementary color
Monochromatic Colors of #66FDA6
Black with #66FDA6
Text Example
Text Example
White with #66FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FDA6; }
p { color: rgb(102,253,166); }
H1.HeaderClassName
{
color: #66FDA6;
}
.AnyTagClassName
{
color: #66FDA6;
}
</style>
background-color css
<style>
a { background-color: #66FDA6; }
a { background-color: rgb(102,253,166); }
div.DivClassName
{
background-color: #66FDA6;
}
.BgClassName
{
background-color: #66FDA6;
}
</style>
border-color css
<style>
span { border-color: #66FDA6; }
span { border-color: rgb(102,253,166); }
td.TdClassName
{
border-color: #66FDA6;
}
.TagClassName
{
border-color: #66FDA6;
}
</style>