Shades of Medium Aquamarine #65DDAE
Tints of Medium Aquamarine #65DDAE
RGB
CMYK
RGB Variations
Color information
#65DDAE (or 0x65DDAE) is known color: Medium Aquamarine. HEX triplet: 65, DD and AE. RGB value is (101,221,174). Sum of RGB (Red+Green+Blue) = 101+221+174=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DDAE is #9A2251. Grayscale: #B3B3B3. Windows color (decimal): -10101330 or 11459941. OLE color: 11459941.
HSL color Cylindrical-coordinate representation of color #65DDAE: hue angle of 156.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 #65DDAE is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 174 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.13 |
| HSL | 156.5º | 0.64% | 0.63% | - |
| HSV(B) | 156.5º | 0.54% | 0.87% | - |
| XYZ | 38.86 | 57.54 | 49.1 | - |
| YUV | 179.76 | 124.74 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 174 | 0.54 | 0 | 0.21 | 0.13 | 156.5 | 0.64 | 0.63 |
| Hex | 65 | DD | AE | 36 | 0 | 15 | D | 9C | 40 | 3F |
| Octal | 145 | 335 | 256 | 66 | 0 | 25 | 15 | 234 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10101110 | 110110 | 0 | 10101 | 1101 | 10011100 | 1000000 | 111111 |
Color Harmonies of #65DDAE
Complementary color
Monochromatic Colors of #65DDAE
Black with #65DDAE
Text Example
Text Example
White with #65DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDAE; }
p { color: rgb(101,221,174); }
H1.HeaderClassName
{
color: #65DDAE;
}
.AnyTagClassName
{
color: #65DDAE;
}
</style>
background-color css
<style>
a { background-color: #65DDAE; }
a { background-color: rgb(101,221,174); }
div.DivClassName
{
background-color: #65DDAE;
}
.BgClassName
{
background-color: #65DDAE;
}
</style>
border-color css
<style>
span { border-color: #65DDAE; }
span { border-color: rgb(101,221,174); }
td.TdClassName
{
border-color: #65DDAE;
}
.TagClassName
{
border-color: #65DDAE;
}
</style>