Shades of Aquamarine #66FFDC
Tints of Aquamarine #66FFDC
RGB
CMYK
RGB Variations
Color information
#66FFDC (or 0x66FFDC) is known color: Aquamarine. HEX triplet: 66, FF and DC. RGB value is (102,255,220). Sum of RGB (Red+Green+Blue) = 102+255+220=577 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.68% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDC is #990023. Grayscale: #CDCDCD. Windows color (decimal): -10027044 or 14483302. OLE color: 14483302.
HSL color Cylindrical-coordinate representation of color #66FFDC: hue angle of 166.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFDC is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 220 | - |
| CMYK | 0.6 | 0 | 0.14 | 0 |
| HSL | 166.27º | 1% | 0.7% | - |
| HSV(B) | 166.27º | 0.6% | 1% | - |
| XYZ | 54.16 | 79.51 | 80.2 | - |
| YUV | 205.26 | 136.31 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 220 | 0.6 | 0 | 0.14 | 0 | 166.27 | 1 | 0.7 |
| Hex | 66 | FF | DC | 3C | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 146 | 377 | 334 | 74 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11011100 | 111100 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #66FFDC
Complementary color
Monochromatic Colors of #66FFDC
Black with #66FFDC
Text Example
Text Example
White with #66FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFDC; }
p { color: rgb(102,255,220); }
H1.HeaderClassName
{
color: #66FFDC;
}
.AnyTagClassName
{
color: #66FFDC;
}
</style>
background-color css
<style>
a { background-color: #66FFDC; }
a { background-color: rgb(102,255,220); }
div.DivClassName
{
background-color: #66FFDC;
}
.BgClassName
{
background-color: #66FFDC;
}
</style>
border-color css
<style>
span { border-color: #66FFDC; }
span { border-color: rgb(102,255,220); }
td.TdClassName
{
border-color: #66FFDC;
}
.TagClassName
{
border-color: #66FFDC;
}
</style>