Shades of Aquamarine #66FECE
Tints of Aquamarine #66FECE
RGB
CMYK
RGB Variations
Color information
#66FECE (or 0x66FECE) is known color: Aquamarine. HEX triplet: 66, FE and CE. RGB value is (102,254,206). Sum of RGB (Red+Green+Blue) = 102+254+206=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #66FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FECE is #990131. Grayscale: #CBCBCB. Windows color (decimal): -10027314 or 13565542. OLE color: 13565542.
HSL color Cylindrical-coordinate representation of color #66FECE: hue angle of 161.05º 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 #66FECE is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 206 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.00 |
| HSL | 161.05º | 0.99% | 0.7% | - |
| HSV(B) | 161.05º | 0.6% | 1% | - |
| XYZ | 52.06 | 78.16 | 70.74 | - |
| YUV | 203.08 | 129.64 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 206 | 0.60 | 0 | 0.19 | 0.00 | 161.05 | 0.99 | 0.7 |
| Hex | 66 | FE | CE | 3C | 0 | 13 | 0 | A1 | 63 | 46 |
| Octal | 146 | 376 | 316 | 74 | 0 | 23 | 0 | 241 | 143 | 106 |
| Binary | 1100110 | 11111110 | 11001110 | 111100 | 0 | 10011 | 0 | 10100001 | 1100011 | 1000110 |
Color Harmonies of #66FECE
Complementary color
Monochromatic Colors of #66FECE
Black with #66FECE
Text Example
Text Example
White with #66FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FECE; }
p { color: rgb(102,254,206); }
H1.HeaderClassName
{
color: #66FECE;
}
.AnyTagClassName
{
color: #66FECE;
}
</style>
background-color css
<style>
a { background-color: #66FECE; }
a { background-color: rgb(102,254,206); }
div.DivClassName
{
background-color: #66FECE;
}
.BgClassName
{
background-color: #66FECE;
}
</style>
border-color css
<style>
span { border-color: #66FECE; }
span { border-color: rgb(102,254,206); }
td.TdClassName
{
border-color: #66FECE;
}
.TagClassName
{
border-color: #66FECE;
}
</style>