Shades of Aquamarine #66FEAC
Tints of Aquamarine #66FEAC
RGB
CMYK
RGB Variations
Color information
#66FEAC (or 0x66FEAC) is known color: Aquamarine. HEX triplet: 66, FE and AC. RGB value is (102,254,172). Sum of RGB (Red+Green+Blue) = 102+254+172=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEAC is #990153. Grayscale: #C7C7C7. Windows color (decimal): -10027348 or 11337318. OLE color: 11337318.
HSL color Cylindrical-coordinate representation of color #66FEAC: hue angle of 147.63º 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 #66FEAC is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 172 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.00 |
| HSL | 147.63º | 0.99% | 0.7% | - |
| HSV(B) | 147.63º | 0.6% | 1% | - |
| XYZ | 48.37 | 76.69 | 51.28 | - |
| YUV | 199.2 | 112.64 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 172 | 0.60 | 0 | 0.32 | 0.00 | 147.63 | 0.99 | 0.7 |
| Hex | 66 | FE | AC | 3C | 0 | 20 | 0 | 94 | 63 | 46 |
| Octal | 146 | 376 | 254 | 74 | 0 | 40 | 0 | 224 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10101100 | 111100 | 0 | 100000 | 0 | 10010100 | 1100011 | 1000110 |
Color Harmonies of #66FEAC
Complementary color
Monochromatic Colors of #66FEAC
Black with #66FEAC
Text Example
Text Example
White with #66FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEAC; }
p { color: rgb(102,254,172); }
H1.HeaderClassName
{
color: #66FEAC;
}
.AnyTagClassName
{
color: #66FEAC;
}
</style>
background-color css
<style>
a { background-color: #66FEAC; }
a { background-color: rgb(102,254,172); }
div.DivClassName
{
background-color: #66FEAC;
}
.BgClassName
{
background-color: #66FEAC;
}
</style>
border-color css
<style>
span { border-color: #66FEAC; }
span { border-color: rgb(102,254,172); }
td.TdClassName
{
border-color: #66FEAC;
}
.TagClassName
{
border-color: #66FEAC;
}
</style>