Shades of Medium Aquamarine #65D8AF
Tints of Medium Aquamarine #65D8AF
RGB
CMYK
RGB Variations
Color information
#65D8AF (or 0x65D8AF) is known color: Medium Aquamarine. HEX triplet: 65, D8 and AF. RGB value is (101,216,175). Sum of RGB (Red+Green+Blue) = 101+216+175=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D8AF is #9A2750. Grayscale: #B0B0B0. Windows color (decimal): -10102609 or 11524197. OLE color: 11524197.
HSL color Cylindrical-coordinate representation of color #65D8AF: hue angle of 158.61º 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 #65D8AF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 175 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.15 |
| HSL | 158.61º | 0.6% | 0.62% | - |
| HSV(B) | 158.61º | 0.53% | 0.85% | - |
| XYZ | 37.66 | 54.97 | 49.18 | - |
| YUV | 176.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 175 | 0.53 | 0 | 0.19 | 0.15 | 158.61 | 0.6 | 0.62 |
| Hex | 65 | D8 | AF | 35 | 0 | 13 | F | 9F | 3C | 3E |
| Octal | 145 | 330 | 257 | 65 | 0 | 23 | 17 | 237 | 74 | 76 |
| Binary | 1100101 | 11011000 | 10101111 | 110101 | 0 | 10011 | 1111 | 10011111 | 111100 | 111110 |
Color Harmonies of #65D8AF
Complementary color
Monochromatic Colors of #65D8AF
Black with #65D8AF
Text Example
Text Example
White with #65D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D8AF; }
p { color: rgb(101,216,175); }
H1.HeaderClassName
{
color: #65D8AF;
}
.AnyTagClassName
{
color: #65D8AF;
}
</style>
background-color css
<style>
a { background-color: #65D8AF; }
a { background-color: rgb(101,216,175); }
div.DivClassName
{
background-color: #65D8AF;
}
.BgClassName
{
background-color: #65D8AF;
}
</style>
border-color css
<style>
span { border-color: #65D8AF; }
span { border-color: rgb(101,216,175); }
td.TdClassName
{
border-color: #65D8AF;
}
.TagClassName
{
border-color: #65D8AF;
}
</style>