Shades of Medium Aquamarine #65E6A3
Tints of Medium Aquamarine #65E6A3
RGB
CMYK
RGB Variations
Color information
#65E6A3 (or 0x65E6A3) is known color: Medium Aquamarine. HEX triplet: 65, E6 and A3. RGB value is (101,230,163). Sum of RGB (Red+Green+Blue) = 101+230+163=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 230 - color contains mainly: green. Hex color #65E6A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E6A3 is #9A195C. Grayscale: #B7B7B7. Windows color (decimal): -10099037 or 10741349. OLE color: 10741349.
HSL color Cylindrical-coordinate representation of color #65E6A3: hue angle of 148.84º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E6A3 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 163 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.10 |
| HSL | 148.84º | 0.72% | 0.65% | - |
| HSV(B) | 148.84º | 0.56% | 0.9% | - |
| XYZ | 40.27 | 62 | 44.5 | - |
| YUV | 183.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 163 | 0.56 | 0 | 0.29 | 0.10 | 148.84 | 0.72 | 0.65 |
| Hex | 65 | E6 | A3 | 38 | 0 | 1D | A | 95 | 48 | 41 |
| Octal | 145 | 346 | 243 | 70 | 0 | 35 | 12 | 225 | 110 | 101 |
| Binary | 1100101 | 11100110 | 10100011 | 111000 | 0 | 11101 | 1010 | 10010101 | 1001000 | 1000001 |
Color Harmonies of #65E6A3
Complementary color
Monochromatic Colors of #65E6A3
Black with #65E6A3
Text Example
Text Example
White with #65E6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6A3; }
p { color: rgb(101,230,163); }
H1.HeaderClassName
{
color: #65E6A3;
}
.AnyTagClassName
{
color: #65E6A3;
}
</style>
background-color css
<style>
a { background-color: #65E6A3; }
a { background-color: rgb(101,230,163); }
div.DivClassName
{
background-color: #65E6A3;
}
.BgClassName
{
background-color: #65E6A3;
}
</style>
border-color css
<style>
span { border-color: #65E6A3; }
span { border-color: rgb(101,230,163); }
td.TdClassName
{
border-color: #65E6A3;
}
.TagClassName
{
border-color: #65E6A3;
}
</style>