Shades of Medium Aquamarine #65D9A8
Tints of Medium Aquamarine #65D9A8
RGB
CMYK
RGB Variations
Color information
#65D9A8 (or 0x65D9A8) is known color: Medium Aquamarine. HEX triplet: 65, D9 and A8. RGB value is (101,217,168). Sum of RGB (Red+Green+Blue) = 101+217+168=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D9A8 is #9A2657. Grayscale: #B0B0B0. Windows color (decimal): -10102360 or 11065701. OLE color: 11065701.
HSL color Cylindrical-coordinate representation of color #65D9A8: hue angle of 154.66º 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 #65D9A8 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 168 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.15 |
| HSL | 154.66º | 0.6% | 0.62% | - |
| HSV(B) | 154.66º | 0.53% | 0.85% | - |
| XYZ | 37.25 | 55.22 | 45.74 | - |
| YUV | 176.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 168 | 0.53 | 0 | 0.23 | 0.15 | 154.66 | 0.6 | 0.62 |
| Hex | 65 | D9 | A8 | 35 | 0 | 17 | F | 9B | 3C | 3E |
| Octal | 145 | 331 | 250 | 65 | 0 | 27 | 17 | 233 | 74 | 76 |
| Binary | 1100101 | 11011001 | 10101000 | 110101 | 0 | 10111 | 1111 | 10011011 | 111100 | 111110 |
Color Harmonies of #65D9A8
Complementary color
Monochromatic Colors of #65D9A8
Black with #65D9A8
Text Example
Text Example
White with #65D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D9A8; }
p { color: rgb(101,217,168); }
H1.HeaderClassName
{
color: #65D9A8;
}
.AnyTagClassName
{
color: #65D9A8;
}
</style>
background-color css
<style>
a { background-color: #65D9A8; }
a { background-color: rgb(101,217,168); }
div.DivClassName
{
background-color: #65D9A8;
}
.BgClassName
{
background-color: #65D9A8;
}
</style>
border-color css
<style>
span { border-color: #65D9A8; }
span { border-color: rgb(101,217,168); }
td.TdClassName
{
border-color: #65D9A8;
}
.TagClassName
{
border-color: #65D9A8;
}
</style>