Shades of Medium Aquamarine #65E9AC
Tints of Medium Aquamarine #65E9AC
RGB
CMYK
RGB Variations
Color information
#65E9AC (or 0x65E9AC) is known color: Medium Aquamarine. HEX triplet: 65, E9 and AC. RGB value is (101,233,172). Sum of RGB (Red+Green+Blue) = 101+233+172=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E9AC is #9A1653. Grayscale: #BABABA. Windows color (decimal): -10098260 or 11331941. OLE color: 11331941.
HSL color Cylindrical-coordinate representation of color #65E9AC: hue angle of 152.27º 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 #65E9AC is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 233 | 172 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.09 |
| HSL | 152.27º | 0.75% | 0.65% | - |
| HSV(B) | 152.27º | 0.57% | 0.91% | - |
| XYZ | 41.95 | 64.02 | 49.18 | - |
| YUV | 186.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 172 | 0.57 | 0 | 0.26 | 0.09 | 152.27 | 0.75 | 0.65 |
| Hex | 65 | E9 | AC | 39 | 0 | 1A | 9 | 98 | 4B | 41 |
| Octal | 145 | 351 | 254 | 71 | 0 | 32 | 11 | 230 | 113 | 101 |
| Binary | 1100101 | 11101001 | 10101100 | 111001 | 0 | 11010 | 1001 | 10011000 | 1001011 | 1000001 |
Color Harmonies of #65E9AC
Complementary color
Monochromatic Colors of #65E9AC
Black with #65E9AC
Text Example
Text Example
White with #65E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9AC; }
p { color: rgb(101,233,172); }
H1.HeaderClassName
{
color: #65E9AC;
}
.AnyTagClassName
{
color: #65E9AC;
}
</style>
background-color css
<style>
a { background-color: #65E9AC; }
a { background-color: rgb(101,233,172); }
div.DivClassName
{
background-color: #65E9AC;
}
.BgClassName
{
background-color: #65E9AC;
}
</style>
border-color css
<style>
span { border-color: #65E9AC; }
span { border-color: rgb(101,233,172); }
td.TdClassName
{
border-color: #65E9AC;
}
.TagClassName
{
border-color: #65E9AC;
}
</style>