Shades of Aquamarine #66FADF
Tints of Aquamarine #66FADF
RGB
CMYK
RGB Variations
Color information
#66FADF (or 0x66FADF) is known color: Aquamarine. HEX triplet: 66, FA and DF. RGB value is (102,250,223). Sum of RGB (Red+Green+Blue) = 102+250+223=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADF is #990520. Grayscale: #CACACA. Windows color (decimal): -10028321 or 14678630. OLE color: 14678630.
HSL color Cylindrical-coordinate representation of color #66FADF: hue angle of 169.05º degrees, saturation: 0.94, 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 #66FADF is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 223 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.02 |
| HSL | 169.05º | 0.94% | 0.69% | - |
| HSV(B) | 169.05º | 0.59% | 0.98% | - |
| XYZ | 52.98 | 76.52 | 81.79 | - |
| YUV | 202.67 | 139.47 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 223 | 0.59 | 0 | 0.11 | 0.02 | 169.05 | 0.94 | 0.69 |
| Hex | 66 | FA | DF | 3B | 0 | B | 2 | A9 | 5E | 45 |
| Octal | 146 | 372 | 337 | 73 | 0 | 13 | 2 | 251 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11011111 | 111011 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000101 |
Color Harmonies of #66FADF
Complementary color
Monochromatic Colors of #66FADF
Black with #66FADF
Text Example
Text Example
White with #66FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FADF; }
p { color: rgb(102,250,223); }
H1.HeaderClassName
{
color: #66FADF;
}
.AnyTagClassName
{
color: #66FADF;
}
</style>
background-color css
<style>
a { background-color: #66FADF; }
a { background-color: rgb(102,250,223); }
div.DivClassName
{
background-color: #66FADF;
}
.BgClassName
{
background-color: #66FADF;
}
</style>
border-color css
<style>
span { border-color: #66FADF; }
span { border-color: rgb(102,250,223); }
td.TdClassName
{
border-color: #66FADF;
}
.TagClassName
{
border-color: #66FADF;
}
</style>