Shades of Aquamarine #66FEDA
Tints of Aquamarine #66FEDA
RGB
CMYK
RGB Variations
Color information
#66FEDA (or 0x66FEDA) is known color: Aquamarine. HEX triplet: 66, FE and DA. RGB value is (102,254,218). Sum of RGB (Red+Green+Blue) = 102+254+218=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEDA is #990125. Grayscale: #CCCCCC. Windows color (decimal): -10027302 or 14351974. OLE color: 14351974.
HSL color Cylindrical-coordinate representation of color #66FEDA: hue angle of 165.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEDA is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 218 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.00 |
| HSL | 165.79º | 0.99% | 0.7% | - |
| HSV(B) | 165.79º | 0.6% | 1% | - |
| XYZ | 53.58 | 78.77 | 78.71 | - |
| YUV | 204.45 | 135.64 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 218 | 0.60 | 0 | 0.14 | 0.00 | 165.79 | 0.99 | 0.7 |
| Hex | 66 | FE | DA | 3C | 0 | E | 0 | A6 | 63 | 46 |
| Octal | 146 | 376 | 332 | 74 | 0 | 16 | 0 | 246 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11011010 | 111100 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000110 |
Color Harmonies of #66FEDA
Complementary color
Monochromatic Colors of #66FEDA
Black with #66FEDA
Text Example
Text Example
White with #66FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEDA; }
p { color: rgb(102,254,218); }
H1.HeaderClassName
{
color: #66FEDA;
}
.AnyTagClassName
{
color: #66FEDA;
}
</style>
background-color css
<style>
a { background-color: #66FEDA; }
a { background-color: rgb(102,254,218); }
div.DivClassName
{
background-color: #66FEDA;
}
.BgClassName
{
background-color: #66FEDA;
}
</style>
border-color css
<style>
span { border-color: #66FEDA; }
span { border-color: rgb(102,254,218); }
td.TdClassName
{
border-color: #66FEDA;
}
.TagClassName
{
border-color: #66FEDA;
}
</style>