Shades of Aquamarine #66FFDD
Tints of Aquamarine #66FFDD
RGB
CMYK
RGB Variations
Color information
#66FFDD (or 0x66FFDD) is known color: Aquamarine. HEX triplet: 66, FF and DD. RGB value is (102,255,221). Sum of RGB (Red+Green+Blue) = 102+255+221=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDD is #990022. Grayscale: #CDCDCD. Windows color (decimal): -10027043 or 14548838. OLE color: 14548838.
HSL color Cylindrical-coordinate representation of color #66FFDD: hue angle of 166.67º 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 #66FFDD is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 221 | - |
| CMYK | 0.6 | 0 | 0.13 | 0 |
| HSL | 166.67º | 1% | 0.7% | - |
| HSV(B) | 166.67º | 0.6% | 1% | - |
| XYZ | 54.29 | 79.57 | 80.9 | - |
| YUV | 205.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 221 | 0.6 | 0 | 0.13 | 0 | 166.67 | 1 | 0.7 |
| Hex | 66 | FF | DD | 3C | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 146 | 377 | 335 | 74 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11011101 | 111100 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #66FFDD
Complementary color
Monochromatic Colors of #66FFDD
Black with #66FFDD
Text Example
Text Example
White with #66FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFDD; }
p { color: rgb(102,255,221); }
H1.HeaderClassName
{
color: #66FFDD;
}
.AnyTagClassName
{
color: #66FFDD;
}
</style>
background-color css
<style>
a { background-color: #66FFDD; }
a { background-color: rgb(102,255,221); }
div.DivClassName
{
background-color: #66FFDD;
}
.BgClassName
{
background-color: #66FFDD;
}
</style>
border-color css
<style>
span { border-color: #66FFDD; }
span { border-color: rgb(102,255,221); }
td.TdClassName
{
border-color: #66FFDD;
}
.TagClassName
{
border-color: #66FFDD;
}
</style>