Shades of Medium Aquamarine #66E7A8
Tints of Medium Aquamarine #66E7A8
RGB
CMYK
RGB Variations
Color information
#66E7A8 (or 0x66E7A8) is known color: Medium Aquamarine. HEX triplet: 66, E7 and A8. RGB value is (102,231,168). Sum of RGB (Red+Green+Blue) = 102+231+168=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #66E7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E7A8 is #991857. Grayscale: #B9B9B9. Windows color (decimal): -10033240 or 11069286. OLE color: 11069286.
HSL color Cylindrical-coordinate representation of color #66E7A8: hue angle of 150.7º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E7A8 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 231 | 168 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.09 |
| HSL | 150.7º | 0.73% | 0.65% | - |
| HSV(B) | 150.7º | 0.56% | 0.91% | - |
| XYZ | 41.12 | 62.8 | 47 | - |
| YUV | 185.25 | 118.26 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 231 | 168 | 0.56 | 0 | 0.27 | 0.09 | 150.7 | 0.73 | 0.65 |
| Hex | 66 | E7 | A8 | 38 | 0 | 1B | 9 | 97 | 49 | 41 |
| Octal | 146 | 347 | 250 | 70 | 0 | 33 | 11 | 227 | 111 | 101 |
| Binary | 1100110 | 11100111 | 10101000 | 111000 | 0 | 11011 | 1001 | 10010111 | 1001001 | 1000001 |
Color Harmonies of #66E7A8
Complementary color
Monochromatic Colors of #66E7A8
Black with #66E7A8
Text Example
Text Example
White with #66E7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E7A8; }
p { color: rgb(102,231,168); }
H1.HeaderClassName
{
color: #66E7A8;
}
.AnyTagClassName
{
color: #66E7A8;
}
</style>
background-color css
<style>
a { background-color: #66E7A8; }
a { background-color: rgb(102,231,168); }
div.DivClassName
{
background-color: #66E7A8;
}
.BgClassName
{
background-color: #66E7A8;
}
</style>
border-color css
<style>
span { border-color: #66E7A8; }
span { border-color: rgb(102,231,168); }
td.TdClassName
{
border-color: #66E7A8;
}
.TagClassName
{
border-color: #66E7A8;
}
</style>