Shades of Aquamarine #66F0D4
Tints of Aquamarine #66F0D4
RGB
CMYK
RGB Variations
Color information
#66F0D4 (or 0x66F0D4) is known color: Aquamarine. HEX triplet: 66, F0 and D4. RGB value is (102,240,212). Sum of RGB (Red+Green+Blue) = 102+240+212=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0D4 is #990F2B. Grayscale: #C3C3C3. Windows color (decimal): -10030892 or 13955174. OLE color: 13955174.
HSL color Cylindrical-coordinate representation of color #66F0D4: hue angle of 167.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0D4 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 212 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.06 |
| HSL | 167.83º | 0.82% | 0.67% | - |
| HSV(B) | 167.83º | 0.58% | 0.94% | - |
| XYZ | 48.52 | 69.9 | 73.22 | - |
| YUV | 195.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 212 | 0.58 | 0 | 0.12 | 0.06 | 167.83 | 0.82 | 0.67 |
| Hex | 66 | F0 | D4 | 3A | 0 | C | 6 | A8 | 52 | 43 |
| Octal | 146 | 360 | 324 | 72 | 0 | 14 | 6 | 250 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11010100 | 111010 | 0 | 1100 | 110 | 10101000 | 1010010 | 1000011 |
Color Harmonies of #66F0D4
Complementary color
Monochromatic Colors of #66F0D4
Black with #66F0D4
Text Example
Text Example
White with #66F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0D4; }
p { color: rgb(102,240,212); }
H1.HeaderClassName
{
color: #66F0D4;
}
.AnyTagClassName
{
color: #66F0D4;
}
</style>
background-color css
<style>
a { background-color: #66F0D4; }
a { background-color: rgb(102,240,212); }
div.DivClassName
{
background-color: #66F0D4;
}
.BgClassName
{
background-color: #66F0D4;
}
</style>
border-color css
<style>
span { border-color: #66F0D4; }
span { border-color: rgb(102,240,212); }
td.TdClassName
{
border-color: #66F0D4;
}
.TagClassName
{
border-color: #66F0D4;
}
</style>