Shades of Medium Aquamarine #65D9A6
Tints of Medium Aquamarine #65D9A6
RGB
CMYK
RGB Variations
Color information
#65D9A6 (or 0x65D9A6) is known color: Medium Aquamarine. HEX triplet: 65, D9 and A6. RGB value is (101,217,166). Sum of RGB (Red+Green+Blue) = 101+217+166=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D9A6 is #9A2659. Grayscale: #B0B0B0. Windows color (decimal): -10102362 or 10934629. OLE color: 10934629.
HSL color Cylindrical-coordinate representation of color #65D9A6: hue angle of 153.62º 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 #65D9A6 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 166 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.15 |
| HSL | 153.62º | 0.6% | 0.62% | - |
| HSV(B) | 153.62º | 0.53% | 0.85% | - |
| XYZ | 37.06 | 55.15 | 44.77 | - |
| YUV | 176.5 | 122.07 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 166 | 0.53 | 0 | 0.24 | 0.15 | 153.62 | 0.6 | 0.62 |
| Hex | 65 | D9 | A6 | 35 | 0 | 18 | F | 9A | 3C | 3E |
| Octal | 145 | 331 | 246 | 65 | 0 | 30 | 17 | 232 | 74 | 76 |
| Binary | 1100101 | 11011001 | 10100110 | 110101 | 0 | 11000 | 1111 | 10011010 | 111100 | 111110 |
Color Harmonies of #65D9A6
Complementary color
Monochromatic Colors of #65D9A6
Black with #65D9A6
Text Example
Text Example
White with #65D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D9A6; }
p { color: rgb(101,217,166); }
H1.HeaderClassName
{
color: #65D9A6;
}
.AnyTagClassName
{
color: #65D9A6;
}
</style>
background-color css
<style>
a { background-color: #65D9A6; }
a { background-color: rgb(101,217,166); }
div.DivClassName
{
background-color: #65D9A6;
}
.BgClassName
{
background-color: #65D9A6;
}
</style>
border-color css
<style>
span { border-color: #65D9A6; }
span { border-color: rgb(101,217,166); }
td.TdClassName
{
border-color: #65D9A6;
}
.TagClassName
{
border-color: #65D9A6;
}
</style>