Shades of Aquamarine #66FFD0
Tints of Aquamarine #66FFD0
RGB
CMYK
RGB Variations
Color information
#66FFD0 (or 0x66FFD0) is known color: Aquamarine. HEX triplet: 66, FF and D0. RGB value is (102,255,208). Sum of RGB (Red+Green+Blue) = 102+255+208=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFD0 is #99002F. Grayscale: #CBCBCB. Windows color (decimal): -10027056 or 13696870. OLE color: 13696870.
HSL color Cylindrical-coordinate representation of color #66FFD0: hue angle of 161.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFD0 is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 208 | - |
| CMYK | 0.6 | 0 | 0.18 | 0 |
| HSL | 161.57º | 1% | 0.7% | - |
| HSV(B) | 161.57º | 0.6% | 1% | - |
| XYZ | 52.62 | 78.9 | 72.13 | - |
| YUV | 203.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 208 | 0.6 | 0 | 0.18 | 0 | 161.57 | 1 | 0.7 |
| Hex | 66 | FF | D0 | 3C | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 146 | 377 | 320 | 74 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11010000 | 111100 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #66FFD0
Complementary color
Monochromatic Colors of #66FFD0
Black with #66FFD0
Text Example
Text Example
White with #66FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFD0; }
p { color: rgb(102,255,208); }
H1.HeaderClassName
{
color: #66FFD0;
}
.AnyTagClassName
{
color: #66FFD0;
}
</style>
background-color css
<style>
a { background-color: #66FFD0; }
a { background-color: rgb(102,255,208); }
div.DivClassName
{
background-color: #66FFD0;
}
.BgClassName
{
background-color: #66FFD0;
}
</style>
border-color css
<style>
span { border-color: #66FFD0; }
span { border-color: rgb(102,255,208); }
td.TdClassName
{
border-color: #66FFD0;
}
.TagClassName
{
border-color: #66FFD0;
}
</style>