Shades of Medium Aquamarine #65DDAA
Tints of Medium Aquamarine #65DDAA
RGB
CMYK
RGB Variations
Color information
#65DDAA (or 0x65DDAA) is known color: Medium Aquamarine. HEX triplet: 65, DD and AA. RGB value is (101,221,170). Sum of RGB (Red+Green+Blue) = 101+221+170=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DDAA is #9A2255. Grayscale: #B3B3B3. Windows color (decimal): -10101334 or 11197797. OLE color: 11197797.
HSL color Cylindrical-coordinate representation of color #65DDAA: hue angle of 154.5º 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 #65DDAA is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 170 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.13 |
| HSL | 154.5º | 0.64% | 0.63% | - |
| HSV(B) | 154.5º | 0.54% | 0.87% | - |
| XYZ | 38.48 | 57.38 | 47.08 | - |
| YUV | 179.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 170 | 0.54 | 0 | 0.23 | 0.13 | 154.5 | 0.64 | 0.63 |
| Hex | 65 | DD | AA | 36 | 0 | 17 | D | 9A | 40 | 3F |
| Octal | 145 | 335 | 252 | 66 | 0 | 27 | 15 | 232 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10101010 | 110110 | 0 | 10111 | 1101 | 10011010 | 1000000 | 111111 |
Color Harmonies of #65DDAA
Complementary color
Monochromatic Colors of #65DDAA
Black with #65DDAA
Text Example
Text Example
White with #65DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDAA; }
p { color: rgb(101,221,170); }
H1.HeaderClassName
{
color: #65DDAA;
}
.AnyTagClassName
{
color: #65DDAA;
}
</style>
background-color css
<style>
a { background-color: #65DDAA; }
a { background-color: rgb(101,221,170); }
div.DivClassName
{
background-color: #65DDAA;
}
.BgClassName
{
background-color: #65DDAA;
}
</style>
border-color css
<style>
span { border-color: #65DDAA; }
span { border-color: rgb(101,221,170); }
td.TdClassName
{
border-color: #65DDAA;
}
.TagClassName
{
border-color: #65DDAA;
}
</style>