Shades of Aquamarine #66F6E0
Tints of Aquamarine #66F6E0
RGB
CMYK
RGB Variations
Color information
#66F6E0 (or 0x66F6E0) is known color: Aquamarine. HEX triplet: 66, F6 and E0. RGB value is (102,246,224). Sum of RGB (Red+Green+Blue) = 102+246+224=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F6E0 is #99091F. Grayscale: #C8C8C8. Windows color (decimal): -10029344 or 14743142. OLE color: 14743142.
HSL color Cylindrical-coordinate representation of color #66F6E0: hue angle of 170.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6E0 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 224 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.04 |
| HSL | 170.83º | 0.89% | 0.68% | - |
| HSV(B) | 170.83º | 0.59% | 0.96% | - |
| XYZ | 51.89 | 74.12 | 82.09 | - |
| YUV | 200.44 | 141.29 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 224 | 0.59 | 0 | 0.09 | 0.04 | 170.83 | 0.89 | 0.68 |
| Hex | 66 | F6 | E0 | 3B | 0 | 9 | 4 | AB | 59 | 44 |
| Octal | 146 | 366 | 340 | 73 | 0 | 11 | 4 | 253 | 131 | 104 |
| Binary | 1100110 | 11110110 | 11100000 | 111011 | 0 | 1001 | 100 | 10101011 | 1011001 | 1000100 |
Color Harmonies of #66F6E0
Complementary color
Monochromatic Colors of #66F6E0
Black with #66F6E0
Text Example
Text Example
White with #66F6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F6E0; }
p { color: rgb(102,246,224); }
H1.HeaderClassName
{
color: #66F6E0;
}
.AnyTagClassName
{
color: #66F6E0;
}
</style>
background-color css
<style>
a { background-color: #66F6E0; }
a { background-color: rgb(102,246,224); }
div.DivClassName
{
background-color: #66F6E0;
}
.BgClassName
{
background-color: #66F6E0;
}
</style>
border-color css
<style>
span { border-color: #66F6E0; }
span { border-color: rgb(102,246,224); }
td.TdClassName
{
border-color: #66F6E0;
}
.TagClassName
{
border-color: #66F6E0;
}
</style>