Shades of Aquamarine #66FFD2
Tints of Aquamarine #66FFD2
RGB
CMYK
RGB Variations
Color information
#66FFD2 (or 0x66FFD2) is known color: Aquamarine. HEX triplet: 66, FF and D2. RGB value is (102,255,210). Sum of RGB (Red+Green+Blue) = 102+255+210=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFD2 is #99002D. Grayscale: #CCCCCC. Windows color (decimal): -10027054 or 13827942. OLE color: 13827942.
HSL color Cylindrical-coordinate representation of color #66FFD2: hue angle of 162.35º 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 #66FFD2 is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 210 | - |
| CMYK | 0.6 | 0 | 0.18 | 0 |
| HSL | 162.35º | 1% | 0.7% | - |
| HSV(B) | 162.35º | 0.6% | 1% | - |
| XYZ | 52.87 | 79 | 73.43 | - |
| YUV | 204.12 | 131.31 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 210 | 0.6 | 0 | 0.18 | 0 | 162.35 | 1 | 0.7 |
| Hex | 66 | FF | D2 | 3C | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 146 | 377 | 322 | 74 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11010010 | 111100 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #66FFD2
Complementary color
Monochromatic Colors of #66FFD2
Black with #66FFD2
Text Example
Text Example
White with #66FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFD2; }
p { color: rgb(102,255,210); }
H1.HeaderClassName
{
color: #66FFD2;
}
.AnyTagClassName
{
color: #66FFD2;
}
</style>
background-color css
<style>
a { background-color: #66FFD2; }
a { background-color: rgb(102,255,210); }
div.DivClassName
{
background-color: #66FFD2;
}
.BgClassName
{
background-color: #66FFD2;
}
</style>
border-color css
<style>
span { border-color: #66FFD2; }
span { border-color: rgb(102,255,210); }
td.TdClassName
{
border-color: #66FFD2;
}
.TagClassName
{
border-color: #66FFD2;
}
</style>