Shades of Aquamarine #66ECD4
Tints of Aquamarine #66ECD4
RGB
CMYK
RGB Variations
Color information
#66ECD4 (or 0x66ECD4) is known color: Aquamarine. HEX triplet: 66, EC and D4. RGB value is (102,236,212). Sum of RGB (Red+Green+Blue) = 102+236+212=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECD4 is #99132B. Grayscale: #C1C1C1. Windows color (decimal): -10031916 or 13954150. OLE color: 13954150.
HSL color Cylindrical-coordinate representation of color #66ECD4: hue angle of 169.25º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECD4 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 212 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.07 |
| HSL | 169.25º | 0.78% | 0.66% | - |
| HSV(B) | 169.25º | 0.57% | 0.93% | - |
| XYZ | 47.36 | 67.57 | 72.83 | - |
| YUV | 193.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 212 | 0.57 | 0 | 0.10 | 0.07 | 169.25 | 0.78 | 0.66 |
| Hex | 66 | EC | D4 | 39 | 0 | A | 7 | A9 | 4E | 42 |
| Octal | 146 | 354 | 324 | 71 | 0 | 12 | 7 | 251 | 116 | 102 |
| Binary | 1100110 | 11101100 | 11010100 | 111001 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000010 |
Color Harmonies of #66ECD4
Complementary color
Monochromatic Colors of #66ECD4
Black with #66ECD4
Text Example
Text Example
White with #66ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECD4; }
p { color: rgb(102,236,212); }
H1.HeaderClassName
{
color: #66ECD4;
}
.AnyTagClassName
{
color: #66ECD4;
}
</style>
background-color css
<style>
a { background-color: #66ECD4; }
a { background-color: rgb(102,236,212); }
div.DivClassName
{
background-color: #66ECD4;
}
.BgClassName
{
background-color: #66ECD4;
}
</style>
border-color css
<style>
span { border-color: #66ECD4; }
span { border-color: rgb(102,236,212); }
td.TdClassName
{
border-color: #66ECD4;
}
.TagClassName
{
border-color: #66ECD4;
}
</style>