Shades of Medium Aquamarine #65E499
Tints of Medium Aquamarine #65E499
RGB
CMYK
RGB Variations
Color information
#65E499 (or 0x65E499) is known color: Medium Aquamarine. HEX triplet: 65, E4 and 99. RGB value is (101,228,153). Sum of RGB (Red+Green+Blue) = 101+228+153=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #65E499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E499 is #9A1B66. Grayscale: #B5B5B5. Windows color (decimal): -10099559 or 10085477. OLE color: 10085477.
HSL color Cylindrical-coordinate representation of color #65E499: hue angle of 144.57º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E499 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 153 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.11 |
| HSL | 144.57º | 0.7% | 0.65% | - |
| HSV(B) | 144.57º | 0.56% | 0.89% | - |
| XYZ | 38.86 | 60.55 | 39.78 | - |
| YUV | 181.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 153 | 0.56 | 0 | 0.33 | 0.11 | 144.57 | 0.7 | 0.65 |
| Hex | 65 | E4 | 99 | 38 | 0 | 21 | B | 91 | 46 | 41 |
| Octal | 145 | 344 | 231 | 70 | 0 | 41 | 13 | 221 | 106 | 101 |
| Binary | 1100101 | 11100100 | 10011001 | 111000 | 0 | 100001 | 1011 | 10010001 | 1000110 | 1000001 |
Color Harmonies of #65E499
Complementary color
Monochromatic Colors of #65E499
Black with #65E499
Text Example
Text Example
White with #65E499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E499; }
p { color: rgb(101,228,153); }
H1.HeaderClassName
{
color: #65E499;
}
.AnyTagClassName
{
color: #65E499;
}
</style>
background-color css
<style>
a { background-color: #65E499; }
a { background-color: rgb(101,228,153); }
div.DivClassName
{
background-color: #65E499;
}
.BgClassName
{
background-color: #65E499;
}
</style>
border-color css
<style>
span { border-color: #65E499; }
span { border-color: rgb(101,228,153); }
td.TdClassName
{
border-color: #65E499;
}
.TagClassName
{
border-color: #65E499;
}
</style>