Shades of Medium Aquamarine #66EDA8
Tints of Medium Aquamarine #66EDA8
RGB
CMYK
RGB Variations
Color information
#66EDA8 (or 0x66EDA8) is known color: Medium Aquamarine. HEX triplet: 66, ED and A8. RGB value is (102,237,168). Sum of RGB (Red+Green+Blue) = 102+237+168=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDA8 is #991257. Grayscale: #BCBCBC. Windows color (decimal): -10031704 or 11070822. OLE color: 11070822.
HSL color Cylindrical-coordinate representation of color #66EDA8: hue angle of 149.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 168 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.07 |
| HSL | 149.33º | 0.79% | 0.66% | - |
| HSV(B) | 149.33º | 0.57% | 0.93% | - |
| XYZ | 42.83 | 66.22 | 47.57 | - |
| YUV | 188.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 168 | 0.57 | 0 | 0.29 | 0.07 | 149.33 | 0.79 | 0.66 |
| Hex | 66 | ED | A8 | 39 | 0 | 1D | 7 | 95 | 4F | 42 |
| Octal | 146 | 355 | 250 | 71 | 0 | 35 | 7 | 225 | 117 | 102 |
| Binary | 1100110 | 11101101 | 10101000 | 111001 | 0 | 11101 | 111 | 10010101 | 1001111 | 1000010 |
Color Harmonies of #66EDA8
Complementary color
Monochromatic Colors of #66EDA8
Black with #66EDA8
Text Example
Text Example
White with #66EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDA8; }
p { color: rgb(102,237,168); }
H1.HeaderClassName
{
color: #66EDA8;
}
.AnyTagClassName
{
color: #66EDA8;
}
</style>
background-color css
<style>
a { background-color: #66EDA8; }
a { background-color: rgb(102,237,168); }
div.DivClassName
{
background-color: #66EDA8;
}
.BgClassName
{
background-color: #66EDA8;
}
</style>
border-color css
<style>
span { border-color: #66EDA8; }
span { border-color: rgb(102,237,168); }
td.TdClassName
{
border-color: #66EDA8;
}
.TagClassName
{
border-color: #66EDA8;
}
</style>