Shades of Medium Aquamarine #65E9A8
Tints of Medium Aquamarine #65E9A8
RGB
CMYK
RGB Variations
Color information
#65E9A8 (or 0x65E9A8) is known color: Medium Aquamarine. HEX triplet: 65, E9 and A8. RGB value is (101,233,168). Sum of RGB (Red+Green+Blue) = 101+233+168=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E9A8 is #9A1657. Grayscale: #BABABA. Windows color (decimal): -10098264 or 11069797. OLE color: 11069797.
HSL color Cylindrical-coordinate representation of color #65E9A8: hue angle of 150.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9A8 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 168 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.09 |
| HSL | 150.45º | 0.75% | 0.65% | - |
| HSV(B) | 150.45º | 0.57% | 0.91% | - |
| XYZ | 41.57 | 63.87 | 47.18 | - |
| YUV | 186.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 168 | 0.57 | 0 | 0.28 | 0.09 | 150.45 | 0.75 | 0.65 |
| Hex | 65 | E9 | A8 | 39 | 0 | 1C | 9 | 96 | 4B | 41 |
| Octal | 145 | 351 | 250 | 71 | 0 | 34 | 11 | 226 | 113 | 101 |
| Binary | 1100101 | 11101001 | 10101000 | 111001 | 0 | 11100 | 1001 | 10010110 | 1001011 | 1000001 |
Color Harmonies of #65E9A8
Complementary color
Monochromatic Colors of #65E9A8
Black with #65E9A8
Text Example
Text Example
White with #65E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9A8; }
p { color: rgb(101,233,168); }
H1.HeaderClassName
{
color: #65E9A8;
}
.AnyTagClassName
{
color: #65E9A8;
}
</style>
background-color css
<style>
a { background-color: #65E9A8; }
a { background-color: rgb(101,233,168); }
div.DivClassName
{
background-color: #65E9A8;
}
.BgClassName
{
background-color: #65E9A8;
}
</style>
border-color css
<style>
span { border-color: #65E9A8; }
span { border-color: rgb(101,233,168); }
td.TdClassName
{
border-color: #65E9A8;
}
.TagClassName
{
border-color: #65E9A8;
}
</style>