Shades of Medium Aquamarine #66DEA7
Tints of Medium Aquamarine #66DEA7
RGB
CMYK
RGB Variations
Color information
#66DEA7 (or 0x66DEA7) is known color: Medium Aquamarine. HEX triplet: 66, DE and A7. RGB value is (102,222,167). Sum of RGB (Red+Green+Blue) = 102+222+167=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DEA7 is #992158. Grayscale: #B3B3B3. Windows color (decimal): -10035545 or 11001446. OLE color: 11001446.
HSL color Cylindrical-coordinate representation of color #66DEA7: hue angle of 152.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEA7 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 167 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.13 |
| HSL | 152.5º | 0.65% | 0.64% | - |
| HSV(B) | 152.5º | 0.54% | 0.87% | - |
| XYZ | 38.58 | 57.86 | 45.69 | - |
| YUV | 179.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 167 | 0.54 | 0 | 0.25 | 0.13 | 152.5 | 0.65 | 0.64 |
| Hex | 66 | DE | A7 | 36 | 0 | 19 | D | 98 | 41 | 40 |
| Octal | 146 | 336 | 247 | 66 | 0 | 31 | 15 | 230 | 101 | 100 |
| Binary | 1100110 | 11011110 | 10100111 | 110110 | 0 | 11001 | 1101 | 10011000 | 1000001 | 1000000 |
Color Harmonies of #66DEA7
Complementary color
Monochromatic Colors of #66DEA7
Black with #66DEA7
Text Example
Text Example
White with #66DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEA7; }
p { color: rgb(102,222,167); }
H1.HeaderClassName
{
color: #66DEA7;
}
.AnyTagClassName
{
color: #66DEA7;
}
</style>
background-color css
<style>
a { background-color: #66DEA7; }
a { background-color: rgb(102,222,167); }
div.DivClassName
{
background-color: #66DEA7;
}
.BgClassName
{
background-color: #66DEA7;
}
</style>
border-color css
<style>
span { border-color: #66DEA7; }
span { border-color: rgb(102,222,167); }
td.TdClassName
{
border-color: #66DEA7;
}
.TagClassName
{
border-color: #66DEA7;
}
</style>