Shades of Aquamarine #66FECC
Tints of Aquamarine #66FECC
RGB
CMYK
RGB Variations
Color information
#66FECC (or 0x66FECC) is known color: Aquamarine. HEX triplet: 66, FE and CC. RGB value is (102,254,204). Sum of RGB (Red+Green+Blue) = 102+254+204=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #66FECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FECC is #990133. Grayscale: #CACACA. Windows color (decimal): -10027316 or 13434470. OLE color: 13434470.
HSL color Cylindrical-coordinate representation of color #66FECC: hue angle of 160.26º 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 #66FECC is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 204 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.00 |
| HSL | 160.26º | 0.99% | 0.7% | - |
| HSV(B) | 160.26º | 0.6% | 1% | - |
| XYZ | 51.82 | 78.07 | 69.46 | - |
| YUV | 202.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 204 | 0.60 | 0 | 0.20 | 0.00 | 160.26 | 0.99 | 0.7 |
| Hex | 66 | FE | CC | 3C | 0 | 14 | 0 | A0 | 63 | 46 |
| Octal | 146 | 376 | 314 | 74 | 0 | 24 | 0 | 240 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11001100 | 111100 | 0 | 10100 | 0 | 10100000 | 1100011 | 1000110 |
Color Harmonies of #66FECC
Complementary color
Monochromatic Colors of #66FECC
Black with #66FECC
Text Example
Text Example
White with #66FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FECC; }
p { color: rgb(102,254,204); }
H1.HeaderClassName
{
color: #66FECC;
}
.AnyTagClassName
{
color: #66FECC;
}
</style>
background-color css
<style>
a { background-color: #66FECC; }
a { background-color: rgb(102,254,204); }
div.DivClassName
{
background-color: #66FECC;
}
.BgClassName
{
background-color: #66FECC;
}
</style>
border-color css
<style>
span { border-color: #66FECC; }
span { border-color: rgb(102,254,204); }
td.TdClassName
{
border-color: #66FECC;
}
.TagClassName
{
border-color: #66FECC;
}
</style>