Shades of Aquamarine #66FEAD
Tints of Aquamarine #66FEAD
RGB
CMYK
RGB Variations
Color information
#66FEAD (or 0x66FEAD) is known color: Aquamarine. HEX triplet: 66, FE and AD. RGB value is (102,254,173). Sum of RGB (Red+Green+Blue) = 102+254+173=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEAD is #990152. Grayscale: #C7C7C7. Windows color (decimal): -10027347 or 11402854. OLE color: 11402854.
HSL color Cylindrical-coordinate representation of color #66FEAD: hue angle of 148.03º 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 #66FEAD is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 173 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.00 |
| HSL | 148.03º | 0.99% | 0.7% | - |
| HSV(B) | 148.03º | 0.6% | 1% | - |
| XYZ | 48.46 | 76.73 | 51.79 | - |
| YUV | 199.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 173 | 0.60 | 0 | 0.32 | 0.00 | 148.03 | 0.99 | 0.7 |
| Hex | 66 | FE | AD | 3C | 0 | 20 | 0 | 94 | 63 | 46 |
| Octal | 146 | 376 | 255 | 74 | 0 | 40 | 0 | 224 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10101101 | 111100 | 0 | 100000 | 0 | 10010100 | 1100011 | 1000110 |
Color Harmonies of #66FEAD
Complementary color
Monochromatic Colors of #66FEAD
Black with #66FEAD
Text Example
Text Example
White with #66FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEAD; }
p { color: rgb(102,254,173); }
H1.HeaderClassName
{
color: #66FEAD;
}
.AnyTagClassName
{
color: #66FEAD;
}
</style>
background-color css
<style>
a { background-color: #66FEAD; }
a { background-color: rgb(102,254,173); }
div.DivClassName
{
background-color: #66FEAD;
}
.BgClassName
{
background-color: #66FEAD;
}
</style>
border-color css
<style>
span { border-color: #66FEAD; }
span { border-color: rgb(102,254,173); }
td.TdClassName
{
border-color: #66FEAD;
}
.TagClassName
{
border-color: #66FEAD;
}
</style>