Shades of Aquamarine #66FED8
Tints of Aquamarine #66FED8
RGB
CMYK
RGB Variations
Color information
#66FED8 (or 0x66FED8) is known color: Aquamarine. HEX triplet: 66, FE and D8. RGB value is (102,254,216). Sum of RGB (Red+Green+Blue) = 102+254+216=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #66FED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FED8 is #990127. Grayscale: #CCCCCC. Windows color (decimal): -10027304 or 14220902. OLE color: 14220902.
HSL color Cylindrical-coordinate representation of color #66FED8: hue angle of 165º 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 #66FED8 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 216 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.00 |
| HSL | 165º | 0.99% | 0.7% | - |
| HSV(B) | 165º | 0.6% | 1% | - |
| XYZ | 53.32 | 78.67 | 77.34 | - |
| YUV | 204.22 | 134.64 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 216 | 0.60 | 0 | 0.15 | 0.00 | 165 | 0.99 | 0.7 |
| Hex | 66 | FE | D8 | 3C | 0 | F | 0 | A5 | 63 | 46 |
| Octal | 146 | 376 | 330 | 74 | 0 | 17 | 0 | 245 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11011000 | 111100 | 0 | 1111 | 0 | 10100101 | 1100011 | 1000110 |
Color Harmonies of #66FED8
Complementary color
Monochromatic Colors of #66FED8
Black with #66FED8
Text Example
Text Example
White with #66FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FED8; }
p { color: rgb(102,254,216); }
H1.HeaderClassName
{
color: #66FED8;
}
.AnyTagClassName
{
color: #66FED8;
}
</style>
background-color css
<style>
a { background-color: #66FED8; }
a { background-color: rgb(102,254,216); }
div.DivClassName
{
background-color: #66FED8;
}
.BgClassName
{
background-color: #66FED8;
}
</style>
border-color css
<style>
span { border-color: #66FED8; }
span { border-color: rgb(102,254,216); }
td.TdClassName
{
border-color: #66FED8;
}
.TagClassName
{
border-color: #66FED8;
}
</style>