Shades of Medium Aquamarine #65DCAA
Tints of Medium Aquamarine #65DCAA
RGB
CMYK
RGB Variations
Color information
#65DCAA (or 0x65DCAA) is known color: Medium Aquamarine. HEX triplet: 65, DC and AA. RGB value is (101,220,170). Sum of RGB (Red+Green+Blue) = 101+220+170=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DCAA is #9A2355. Grayscale: #B2B2B2. Windows color (decimal): -10101590 or 11197541. OLE color: 11197541.
HSL color Cylindrical-coordinate representation of color #65DCAA: hue angle of 154.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCAA is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 170 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.14 |
| HSL | 154.79º | 0.63% | 0.63% | - |
| HSV(B) | 154.79º | 0.54% | 0.86% | - |
| XYZ | 38.22 | 56.86 | 46.99 | - |
| YUV | 178.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 170 | 0.54 | 0 | 0.23 | 0.14 | 154.79 | 0.63 | 0.63 |
| Hex | 65 | DC | AA | 36 | 0 | 17 | E | 9B | 3F | 3F |
| Octal | 145 | 334 | 252 | 66 | 0 | 27 | 16 | 233 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10101010 | 110110 | 0 | 10111 | 1110 | 10011011 | 111111 | 111111 |
Color Harmonies of #65DCAA
Complementary color
Monochromatic Colors of #65DCAA
Black with #65DCAA
Text Example
Text Example
White with #65DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCAA; }
p { color: rgb(101,220,170); }
H1.HeaderClassName
{
color: #65DCAA;
}
.AnyTagClassName
{
color: #65DCAA;
}
</style>
background-color css
<style>
a { background-color: #65DCAA; }
a { background-color: rgb(101,220,170); }
div.DivClassName
{
background-color: #65DCAA;
}
.BgClassName
{
background-color: #65DCAA;
}
</style>
border-color css
<style>
span { border-color: #65DCAA; }
span { border-color: rgb(101,220,170); }
td.TdClassName
{
border-color: #65DCAA;
}
.TagClassName
{
border-color: #65DCAA;
}
</style>