Shades of Medium Aquamarine #65E1AD
Tints of Medium Aquamarine #65E1AD
RGB
CMYK
RGB Variations
Color information
#65E1AD (or 0x65E1AD) is known color: Medium Aquamarine. HEX triplet: 65, E1 and AD. RGB value is (101,225,173). Sum of RGB (Red+Green+Blue) = 101+225+173=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E1AD is #9A1E52. Grayscale: #B6B6B6. Windows color (decimal): -10100307 or 11395429. OLE color: 11395429.
HSL color Cylindrical-coordinate representation of color #65E1AD: hue angle of 154.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1AD is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 173 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.12 |
| HSL | 154.84º | 0.67% | 0.64% | - |
| HSV(B) | 154.84º | 0.55% | 0.88% | - |
| XYZ | 39.83 | 59.63 | 48.95 | - |
| YUV | 182 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 173 | 0.55 | 0 | 0.23 | 0.12 | 154.84 | 0.67 | 0.64 |
| Hex | 65 | E1 | AD | 37 | 0 | 17 | C | 9B | 43 | 40 |
| Octal | 145 | 341 | 255 | 67 | 0 | 27 | 14 | 233 | 103 | 100 |
| Binary | 1100101 | 11100001 | 10101101 | 110111 | 0 | 10111 | 1100 | 10011011 | 1000011 | 1000000 |
Color Harmonies of #65E1AD
Complementary color
Monochromatic Colors of #65E1AD
Black with #65E1AD
Text Example
Text Example
White with #65E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1AD; }
p { color: rgb(101,225,173); }
H1.HeaderClassName
{
color: #65E1AD;
}
.AnyTagClassName
{
color: #65E1AD;
}
</style>
background-color css
<style>
a { background-color: #65E1AD; }
a { background-color: rgb(101,225,173); }
div.DivClassName
{
background-color: #65E1AD;
}
.BgClassName
{
background-color: #65E1AD;
}
</style>
border-color css
<style>
span { border-color: #65E1AD; }
span { border-color: rgb(101,225,173); }
td.TdClassName
{
border-color: #65E1AD;
}
.TagClassName
{
border-color: #65E1AD;
}
</style>