Shades of Medium Aquamarine #65E7A8
Tints of Medium Aquamarine #65E7A8
RGB
CMYK
RGB Variations
Color information
#65E7A8 (or 0x65E7A8) is known color: Medium Aquamarine. HEX triplet: 65, E7 and A8. RGB value is (101,231,168). Sum of RGB (Red+Green+Blue) = 101+231+168=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65E7A8 is #9A1857. Grayscale: #B9B9B9. Windows color (decimal): -10098776 or 11069285. OLE color: 11069285.
HSL color Cylindrical-coordinate representation of color #65E7A8: hue angle of 150.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7A8 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 231 | 168 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.09 |
| HSL | 150.92º | 0.73% | 0.65% | - |
| HSV(B) | 150.92º | 0.56% | 0.91% | - |
| XYZ | 41.01 | 62.75 | 47 | - |
| YUV | 184.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 231 | 168 | 0.56 | 0 | 0.27 | 0.09 | 150.92 | 0.73 | 0.65 |
| Hex | 65 | E7 | A8 | 38 | 0 | 1B | 9 | 97 | 49 | 41 |
| Octal | 145 | 347 | 250 | 70 | 0 | 33 | 11 | 227 | 111 | 101 |
| Binary | 1100101 | 11100111 | 10101000 | 111000 | 0 | 11011 | 1001 | 10010111 | 1001001 | 1000001 |
Color Harmonies of #65E7A8
Complementary color
Monochromatic Colors of #65E7A8
Black with #65E7A8
Text Example
Text Example
White with #65E7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E7A8; }
p { color: rgb(101,231,168); }
H1.HeaderClassName
{
color: #65E7A8;
}
.AnyTagClassName
{
color: #65E7A8;
}
</style>
background-color css
<style>
a { background-color: #65E7A8; }
a { background-color: rgb(101,231,168); }
div.DivClassName
{
background-color: #65E7A8;
}
.BgClassName
{
background-color: #65E7A8;
}
</style>
border-color css
<style>
span { border-color: #65E7A8; }
span { border-color: rgb(101,231,168); }
td.TdClassName
{
border-color: #65E7A8;
}
.TagClassName
{
border-color: #65E7A8;
}
</style>