Shades of Medium Aquamarine #65DD9F
Tints of Medium Aquamarine #65DD9F
RGB
CMYK
RGB Variations
Color information
#65DD9F (or 0x65DD9F) is known color: Medium Aquamarine. HEX triplet: 65, DD and 9F. RGB value is (101,221,159). Sum of RGB (Red+Green+Blue) = 101+221+159=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DD9F is #9A2260. Grayscale: #B2B2B2. Windows color (decimal): -10101345 or 10476901. OLE color: 10476901.
HSL color Cylindrical-coordinate representation of color #65DD9F: hue angle of 149º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD9F is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 159 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.13 |
| HSL | 149º | 0.64% | 0.63% | - |
| HSV(B) | 149º | 0.54% | 0.87% | - |
| XYZ | 37.48 | 56.98 | 41.82 | - |
| YUV | 178.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 159 | 0.54 | 0 | 0.28 | 0.13 | 149 | 0.64 | 0.63 |
| Hex | 65 | DD | 9F | 36 | 0 | 1C | D | 95 | 40 | 3F |
| Octal | 145 | 335 | 237 | 66 | 0 | 34 | 15 | 225 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10011111 | 110110 | 0 | 11100 | 1101 | 10010101 | 1000000 | 111111 |
Color Harmonies of #65DD9F
Complementary color
Monochromatic Colors of #65DD9F
Black with #65DD9F
Text Example
Text Example
White with #65DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD9F; }
p { color: rgb(101,221,159); }
H1.HeaderClassName
{
color: #65DD9F;
}
.AnyTagClassName
{
color: #65DD9F;
}
</style>
background-color css
<style>
a { background-color: #65DD9F; }
a { background-color: rgb(101,221,159); }
div.DivClassName
{
background-color: #65DD9F;
}
.BgClassName
{
background-color: #65DD9F;
}
</style>
border-color css
<style>
span { border-color: #65DD9F; }
span { border-color: rgb(101,221,159); }
td.TdClassName
{
border-color: #65DD9F;
}
.TagClassName
{
border-color: #65DD9F;
}
</style>