Shades of Medium Aquamarine #66E897
Tints of Medium Aquamarine #66E897
RGB
CMYK
RGB Variations
Color information
#66E897 (or 0x66E897) is known color: Medium Aquamarine. HEX triplet: 66, E8 and 97. RGB value is (102,232,151). Sum of RGB (Red+Green+Blue) = 102+232+151=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #66E897 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66E897 is #991768. Grayscale: #B8B8B8. Windows color (decimal): -10033001 or 9955430. OLE color: 9955430.
HSL color Cylindrical-coordinate representation of color #66E897: hue angle of 142.62º degrees, saturation: 0.74, 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 #66E897 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 232 | 151 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.09 |
| HSL | 142.62º | 0.74% | 0.65% | - |
| HSV(B) | 142.62º | 0.56% | 0.91% | - |
| XYZ | 39.92 | 62.77 | 39.29 | - |
| YUV | 183.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 232 | 151 | 0.56 | 0 | 0.35 | 0.09 | 142.62 | 0.74 | 0.65 |
| Hex | 66 | E8 | 97 | 38 | 0 | 23 | 9 | 8F | 4A | 41 |
| Octal | 146 | 350 | 227 | 70 | 0 | 43 | 11 | 217 | 112 | 101 |
| Binary | 1100110 | 11101000 | 10010111 | 111000 | 0 | 100011 | 1001 | 10001111 | 1001010 | 1000001 |
Color Harmonies of #66E897
Complementary color
Monochromatic Colors of #66E897
Black with #66E897
Text Example
Text Example
White with #66E897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E897; }
p { color: rgb(102,232,151); }
H1.HeaderClassName
{
color: #66E897;
}
.AnyTagClassName
{
color: #66E897;
}
</style>
background-color css
<style>
a { background-color: #66E897; }
a { background-color: rgb(102,232,151); }
div.DivClassName
{
background-color: #66E897;
}
.BgClassName
{
background-color: #66E897;
}
</style>
border-color css
<style>
span { border-color: #66E897; }
span { border-color: rgb(102,232,151); }
td.TdClassName
{
border-color: #66E897;
}
.TagClassName
{
border-color: #66E897;
}
</style>