Shades of Aquamarine #66F9DC
Tints of Aquamarine #66F9DC
RGB
CMYK
RGB Variations
Color information
#66F9DC (or 0x66F9DC) is known color: Aquamarine. HEX triplet: 66, F9 and DC. RGB value is (102,249,220). Sum of RGB (Red+Green+Blue) = 102+249+220=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9DC is #990623. Grayscale: #C9C9C9. Windows color (decimal): -10028580 or 14481766. OLE color: 14481766.
HSL color Cylindrical-coordinate representation of color #66F9DC: hue angle of 168.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9DC is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 220 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.02 |
| HSL | 168.16º | 0.92% | 0.69% | - |
| HSV(B) | 168.16º | 0.59% | 0.98% | - |
| XYZ | 52.27 | 75.74 | 79.58 | - |
| YUV | 201.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 220 | 0.59 | 0 | 0.12 | 0.02 | 168.16 | 0.92 | 0.69 |
| Hex | 66 | F9 | DC | 3B | 0 | C | 2 | A8 | 5C | 45 |
| Octal | 146 | 371 | 334 | 73 | 0 | 14 | 2 | 250 | 134 | 105 |
| Binary | 1100110 | 11111001 | 11011100 | 111011 | 0 | 1100 | 10 | 10101000 | 1011100 | 1000101 |
Color Harmonies of #66F9DC
Complementary color
Monochromatic Colors of #66F9DC
Black with #66F9DC
Text Example
Text Example
White with #66F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F9DC; }
p { color: rgb(102,249,220); }
H1.HeaderClassName
{
color: #66F9DC;
}
.AnyTagClassName
{
color: #66F9DC;
}
</style>
background-color css
<style>
a { background-color: #66F9DC; }
a { background-color: rgb(102,249,220); }
div.DivClassName
{
background-color: #66F9DC;
}
.BgClassName
{
background-color: #66F9DC;
}
</style>
border-color css
<style>
span { border-color: #66F9DC; }
span { border-color: rgb(102,249,220); }
td.TdClassName
{
border-color: #66F9DC;
}
.TagClassName
{
border-color: #66F9DC;
}
</style>