Shades of Aquamarine #66FADA
Tints of Aquamarine #66FADA
RGB
CMYK
RGB Variations
Color information
#66FADA (or 0x66FADA) is known color: Aquamarine. HEX triplet: 66, FA and DA. RGB value is (102,250,218). Sum of RGB (Red+Green+Blue) = 102+250+218=570 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.89% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADA is #990525. Grayscale: #CACACA. Windows color (decimal): -10028326 or 14350950. OLE color: 14350950.
HSL color Cylindrical-coordinate representation of color #66FADA: hue angle of 167.03º 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 #66FADA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 218 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.02 |
| HSL | 167.03º | 0.94% | 0.69% | - |
| HSV(B) | 167.03º | 0.59% | 0.98% | - |
| XYZ | 52.32 | 76.26 | 78.29 | - |
| YUV | 202.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 218 | 0.59 | 0 | 0.13 | 0.02 | 167.03 | 0.94 | 0.69 |
| Hex | 66 | FA | DA | 3B | 0 | D | 2 | A7 | 5E | 45 |
| Octal | 146 | 372 | 332 | 73 | 0 | 15 | 2 | 247 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11011010 | 111011 | 0 | 1101 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #66FADA
Complementary color
Monochromatic Colors of #66FADA
Black with #66FADA
Text Example
Text Example
White with #66FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FADA; }
p { color: rgb(102,250,218); }
H1.HeaderClassName
{
color: #66FADA;
}
.AnyTagClassName
{
color: #66FADA;
}
</style>
background-color css
<style>
a { background-color: #66FADA; }
a { background-color: rgb(102,250,218); }
div.DivClassName
{
background-color: #66FADA;
}
.BgClassName
{
background-color: #66FADA;
}
</style>
border-color css
<style>
span { border-color: #66FADA; }
span { border-color: rgb(102,250,218); }
td.TdClassName
{
border-color: #66FADA;
}
.TagClassName
{
border-color: #66FADA;
}
</style>