Shades of Medium Aquamarine #65E2A8
Tints of Medium Aquamarine #65E2A8
RGB
CMYK
RGB Variations
Color information
#65E2A8 (or 0x65E2A8) is known color: Medium Aquamarine. HEX triplet: 65, E2 and A8. RGB value is (101,226,168). Sum of RGB (Red+Green+Blue) = 101+226+168=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E2A8 is #9A1D57. Grayscale: #B6B6B6. Windows color (decimal): -10100056 or 11068005. OLE color: 11068005.
HSL color Cylindrical-coordinate representation of color #65E2A8: hue angle of 152.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2A8 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 226 | 168 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.11 |
| HSL | 152.16º | 0.68% | 0.64% | - |
| HSV(B) | 152.16º | 0.55% | 0.89% | - |
| XYZ | 39.63 | 59.99 | 46.54 | - |
| YUV | 182.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 168 | 0.55 | 0 | 0.26 | 0.11 | 152.16 | 0.68 | 0.64 |
| Hex | 65 | E2 | A8 | 37 | 0 | 1A | B | 98 | 44 | 40 |
| Octal | 145 | 342 | 250 | 67 | 0 | 32 | 13 | 230 | 104 | 100 |
| Binary | 1100101 | 11100010 | 10101000 | 110111 | 0 | 11010 | 1011 | 10011000 | 1000100 | 1000000 |
Color Harmonies of #65E2A8
Complementary color
Monochromatic Colors of #65E2A8
Black with #65E2A8
Text Example
Text Example
White with #65E2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2A8; }
p { color: rgb(101,226,168); }
H1.HeaderClassName
{
color: #65E2A8;
}
.AnyTagClassName
{
color: #65E2A8;
}
</style>
background-color css
<style>
a { background-color: #65E2A8; }
a { background-color: rgb(101,226,168); }
div.DivClassName
{
background-color: #65E2A8;
}
.BgClassName
{
background-color: #65E2A8;
}
</style>
border-color css
<style>
span { border-color: #65E2A8; }
span { border-color: rgb(101,226,168); }
td.TdClassName
{
border-color: #65E2A8;
}
.TagClassName
{
border-color: #65E2A8;
}
</style>