Shades of Aquamarine #66FACD
Tints of Aquamarine #66FACD
RGB
CMYK
RGB Variations
Color information
#66FACD (or 0x66FACD) is known color: Aquamarine. HEX triplet: 66, FA and CD. RGB value is (102,250,205). Sum of RGB (Red+Green+Blue) = 102+250+205=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #66FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FACD is #990532. Grayscale: #C8C8C8. Windows color (decimal): -10028339 or 13498982. OLE color: 13498982.
HSL color Cylindrical-coordinate representation of color #66FACD: hue angle of 161.76º 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 #66FACD is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 205 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.02 |
| HSL | 161.76º | 0.94% | 0.69% | - |
| HSV(B) | 161.76º | 0.59% | 0.98% | - |
| XYZ | 50.68 | 75.6 | 69.68 | - |
| YUV | 200.62 | 130.47 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 205 | 0.59 | 0 | 0.18 | 0.02 | 161.76 | 0.94 | 0.69 |
| Hex | 66 | FA | CD | 3B | 0 | 12 | 2 | A2 | 5E | 45 |
| Octal | 146 | 372 | 315 | 73 | 0 | 22 | 2 | 242 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11001101 | 111011 | 0 | 10010 | 10 | 10100010 | 1011110 | 1000101 |
Color Harmonies of #66FACD
Complementary color
Monochromatic Colors of #66FACD
Black with #66FACD
Text Example
Text Example
White with #66FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FACD; }
p { color: rgb(102,250,205); }
H1.HeaderClassName
{
color: #66FACD;
}
.AnyTagClassName
{
color: #66FACD;
}
</style>
background-color css
<style>
a { background-color: #66FACD; }
a { background-color: rgb(102,250,205); }
div.DivClassName
{
background-color: #66FACD;
}
.BgClassName
{
background-color: #66FACD;
}
</style>
border-color css
<style>
span { border-color: #66FACD; }
span { border-color: rgb(102,250,205); }
td.TdClassName
{
border-color: #66FACD;
}
.TagClassName
{
border-color: #66FACD;
}
</style>