Shades of Aquamarine #66EED6
Tints of Aquamarine #66EED6
RGB
CMYK
RGB Variations
Color information
#66EED6 (or 0x66EED6) is known color: Aquamarine. HEX triplet: 66, EE and D6. RGB value is (102,238,214). Sum of RGB (Red+Green+Blue) = 102+238+214=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #66EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EED6 is #991129. Grayscale: #C2C2C2. Windows color (decimal): -10031402 or 14085734. OLE color: 14085734.
HSL color Cylindrical-coordinate representation of color #66EED6: hue angle of 169.41º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EED6 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 238 | 214 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.07 |
| HSL | 169.41º | 0.8% | 0.67% | - |
| HSV(B) | 169.41º | 0.57% | 0.93% | - |
| XYZ | 48.19 | 68.83 | 74.36 | - |
| YUV | 194.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 238 | 214 | 0.57 | 0 | 0.10 | 0.07 | 169.41 | 0.8 | 0.67 |
| Hex | 66 | EE | D6 | 39 | 0 | A | 7 | A9 | 50 | 43 |
| Octal | 146 | 356 | 326 | 71 | 0 | 12 | 7 | 251 | 120 | 103 |
| Binary | 1100110 | 11101110 | 11010110 | 111001 | 0 | 1010 | 111 | 10101001 | 1010000 | 1000011 |
Color Harmonies of #66EED6
Complementary color
Monochromatic Colors of #66EED6
Black with #66EED6
Text Example
Text Example
White with #66EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EED6; }
p { color: rgb(102,238,214); }
H1.HeaderClassName
{
color: #66EED6;
}
.AnyTagClassName
{
color: #66EED6;
}
</style>
background-color css
<style>
a { background-color: #66EED6; }
a { background-color: rgb(102,238,214); }
div.DivClassName
{
background-color: #66EED6;
}
.BgClassName
{
background-color: #66EED6;
}
</style>
border-color css
<style>
span { border-color: #66EED6; }
span { border-color: rgb(102,238,214); }
td.TdClassName
{
border-color: #66EED6;
}
.TagClassName
{
border-color: #66EED6;
}
</style>