Shades of Aquamarine #66FFDF
Tints of Aquamarine #66FFDF
RGB
CMYK
RGB Variations
Color information
#66FFDF (or 0x66FFDF) is known color: Aquamarine. HEX triplet: 66, FF and DF. RGB value is (102,255,223). Sum of RGB (Red+Green+Blue) = 102+255+223=580 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.59% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDF is #990020. Grayscale: #CDCDCD. Windows color (decimal): -10027041 or 14679910. OLE color: 14679910.
HSL color Cylindrical-coordinate representation of color #66FFDF: hue angle of 167.45º 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 #66FFDF is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 223 | - |
| CMYK | 0.6 | 0 | 0.13 | 0 |
| HSL | 167.45º | 1% | 0.7% | - |
| HSV(B) | 167.45º | 0.6% | 1% | - |
| XYZ | 54.56 | 79.67 | 82.31 | - |
| YUV | 205.61 | 137.81 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 223 | 0.6 | 0 | 0.13 | 0 | 167.45 | 1 | 0.7 |
| Hex | 66 | FF | DF | 3C | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 146 | 377 | 337 | 74 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11011111 | 111100 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #66FFDF
Complementary color
Monochromatic Colors of #66FFDF
Black with #66FFDF
Text Example
Text Example
White with #66FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFDF; }
p { color: rgb(102,255,223); }
H1.HeaderClassName
{
color: #66FFDF;
}
.AnyTagClassName
{
color: #66FFDF;
}
</style>
background-color css
<style>
a { background-color: #66FFDF; }
a { background-color: rgb(102,255,223); }
div.DivClassName
{
background-color: #66FFDF;
}
.BgClassName
{
background-color: #66FFDF;
}
</style>
border-color css
<style>
span { border-color: #66FFDF; }
span { border-color: rgb(102,255,223); }
td.TdClassName
{
border-color: #66FFDF;
}
.TagClassName
{
border-color: #66FFDF;
}
</style>