Shades of Medium Aquamarine #65D9A0
Tints of Medium Aquamarine #65D9A0
RGB
CMYK
RGB Variations
Color information
#65D9A0 (or 0x65D9A0) is known color: Medium Aquamarine. HEX triplet: 65, D9 and A0. RGB value is (101,217,160). Sum of RGB (Red+Green+Blue) = 101+217+160=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D9A0 is #9A265F. Grayscale: #AFAFAF. Windows color (decimal): -10102368 or 10541413. OLE color: 10541413.
HSL color Cylindrical-coordinate representation of color #65D9A0: hue angle of 150.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D9A0 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 160 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.15 |
| HSL | 150.52º | 0.6% | 0.62% | - |
| HSV(B) | 150.52º | 0.53% | 0.85% | - |
| XYZ | 36.52 | 54.93 | 41.94 | - |
| YUV | 175.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 160 | 0.53 | 0 | 0.26 | 0.15 | 150.52 | 0.6 | 0.62 |
| Hex | 65 | D9 | A0 | 35 | 0 | 1A | F | 97 | 3C | 3E |
| Octal | 145 | 331 | 240 | 65 | 0 | 32 | 17 | 227 | 74 | 76 |
| Binary | 1100101 | 11011001 | 10100000 | 110101 | 0 | 11010 | 1111 | 10010111 | 111100 | 111110 |
Color Harmonies of #65D9A0
Complementary color
Monochromatic Colors of #65D9A0
Black with #65D9A0
Text Example
Text Example
White with #65D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D9A0; }
p { color: rgb(101,217,160); }
H1.HeaderClassName
{
color: #65D9A0;
}
.AnyTagClassName
{
color: #65D9A0;
}
</style>
background-color css
<style>
a { background-color: #65D9A0; }
a { background-color: rgb(101,217,160); }
div.DivClassName
{
background-color: #65D9A0;
}
.BgClassName
{
background-color: #65D9A0;
}
</style>
border-color css
<style>
span { border-color: #65D9A0; }
span { border-color: rgb(101,217,160); }
td.TdClassName
{
border-color: #65D9A0;
}
.TagClassName
{
border-color: #65D9A0;
}
</style>