Shades of Aquamarine #66FEDD
Tints of Aquamarine #66FEDD
RGB
CMYK
RGB Variations
Color information
#66FEDD (or 0x66FEDD) is known color: Aquamarine. HEX triplet: 66, FE and DD. RGB value is (102,254,221). Sum of RGB (Red+Green+Blue) = 102+254+221=577 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.68% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEDD is #990122. Grayscale: #CCCCCC. Windows color (decimal): -10027299 or 14548582. OLE color: 14548582.
HSL color Cylindrical-coordinate representation of color #66FEDD: hue angle of 166.97º 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 #66FEDD is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 221 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.00 |
| HSL | 166.97º | 0.99% | 0.7% | - |
| HSV(B) | 166.97º | 0.6% | 1% | - |
| XYZ | 53.97 | 78.93 | 80.8 | - |
| YUV | 204.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 221 | 0.60 | 0 | 0.13 | 0.00 | 166.97 | 0.99 | 0.7 |
| Hex | 66 | FE | DD | 3C | 0 | D | 0 | A7 | 63 | 46 |
| Octal | 146 | 376 | 335 | 74 | 0 | 15 | 0 | 247 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11011101 | 111100 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000110 |
Color Harmonies of #66FEDD
Complementary color
Monochromatic Colors of #66FEDD
Black with #66FEDD
Text Example
Text Example
White with #66FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEDD; }
p { color: rgb(102,254,221); }
H1.HeaderClassName
{
color: #66FEDD;
}
.AnyTagClassName
{
color: #66FEDD;
}
</style>
background-color css
<style>
a { background-color: #66FEDD; }
a { background-color: rgb(102,254,221); }
div.DivClassName
{
background-color: #66FEDD;
}
.BgClassName
{
background-color: #66FEDD;
}
</style>
border-color css
<style>
span { border-color: #66FEDD; }
span { border-color: rgb(102,254,221); }
td.TdClassName
{
border-color: #66FEDD;
}
.TagClassName
{
border-color: #66FEDD;
}
</style>