Shades of Aquamarine #66FADB
Tints of Aquamarine #66FADB
RGB
CMYK
RGB Variations
Color information
#66FADB (or 0x66FADB) is known color: Aquamarine. HEX triplet: 66, FA and DB. RGB value is (102,250,219). Sum of RGB (Red+Green+Blue) = 102+250+219=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADB is #990524. Grayscale: #CACACA. Windows color (decimal): -10028325 or 14416486. OLE color: 14416486.
HSL color Cylindrical-coordinate representation of color #66FADB: hue angle of 167.43º 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 #66FADB is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 250 | 219 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.02 |
| HSL | 167.43º | 0.94% | 0.69% | - |
| HSV(B) | 167.43º | 0.59% | 0.98% | - |
| XYZ | 52.45 | 76.31 | 78.98 | - |
| YUV | 202.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 250 | 219 | 0.59 | 0 | 0.12 | 0.02 | 167.43 | 0.94 | 0.69 |
| Hex | 66 | FA | DB | 3B | 0 | C | 2 | A7 | 5E | 45 |
| Octal | 146 | 372 | 333 | 73 | 0 | 14 | 2 | 247 | 136 | 105 |
| Binary | 1100110 | 11111010 | 11011011 | 111011 | 0 | 1100 | 10 | 10100111 | 1011110 | 1000101 |
Color Harmonies of #66FADB
Complementary color
Monochromatic Colors of #66FADB
Black with #66FADB
Text Example
Text Example
White with #66FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FADB; }
p { color: rgb(102,250,219); }
H1.HeaderClassName
{
color: #66FADB;
}
.AnyTagClassName
{
color: #66FADB;
}
</style>
background-color css
<style>
a { background-color: #66FADB; }
a { background-color: rgb(102,250,219); }
div.DivClassName
{
background-color: #66FADB;
}
.BgClassName
{
background-color: #66FADB;
}
</style>
border-color css
<style>
span { border-color: #66FADB; }
span { border-color: rgb(102,250,219); }
td.TdClassName
{
border-color: #66FADB;
}
.TagClassName
{
border-color: #66FADB;
}
</style>