Shades of Medium Aquamarine #65D7AA
Tints of Medium Aquamarine #65D7AA
RGB
CMYK
RGB Variations
Color information
#65D7AA (or 0x65D7AA) is known color: Medium Aquamarine. HEX triplet: 65, D7 and AA. RGB value is (101,215,170). Sum of RGB (Red+Green+Blue) = 101+215+170=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D7AA is #9A2855. Grayscale: #AFAFAF. Windows color (decimal): -10102870 or 11196261. OLE color: 11196261.
HSL color Cylindrical-coordinate representation of color #65D7AA: hue angle of 156.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7AA is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 170 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.16 |
| HSL | 156.32º | 0.59% | 0.62% | - |
| HSV(B) | 156.32º | 0.53% | 0.84% | - |
| XYZ | 36.92 | 54.27 | 46.56 | - |
| YUV | 175.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 170 | 0.53 | 0 | 0.21 | 0.16 | 156.32 | 0.59 | 0.62 |
| Hex | 65 | D7 | AA | 35 | 0 | 15 | 10 | 9C | 3B | 3E |
| Octal | 145 | 327 | 252 | 65 | 0 | 25 | 20 | 234 | 73 | 76 |
| Binary | 1100101 | 11010111 | 10101010 | 110101 | 0 | 10101 | 10000 | 10011100 | 111011 | 111110 |
Color Harmonies of #65D7AA
Complementary color
Monochromatic Colors of #65D7AA
Black with #65D7AA
Text Example
Text Example
White with #65D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D7AA; }
p { color: rgb(101,215,170); }
H1.HeaderClassName
{
color: #65D7AA;
}
.AnyTagClassName
{
color: #65D7AA;
}
</style>
background-color css
<style>
a { background-color: #65D7AA; }
a { background-color: rgb(101,215,170); }
div.DivClassName
{
background-color: #65D7AA;
}
.BgClassName
{
background-color: #65D7AA;
}
</style>
border-color css
<style>
span { border-color: #65D7AA; }
span { border-color: rgb(101,215,170); }
td.TdClassName
{
border-color: #65D7AA;
}
.TagClassName
{
border-color: #65D7AA;
}
</style>