Shades of Medium Aquamarine #65DCA2
Tints of Medium Aquamarine #65DCA2
RGB
CMYK
RGB Variations
Color information
#65DCA2 (or 0x65DCA2) is known color: Medium Aquamarine. HEX triplet: 65, DC and A2. RGB value is (101,220,162). Sum of RGB (Red+Green+Blue) = 101+220+162=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DCA2 is #9A235D. Grayscale: #B1B1B1. Windows color (decimal): -10101598 or 10673253. OLE color: 10673253.
HSL color Cylindrical-coordinate representation of color #65DCA2: hue angle of 150.76º 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 #65DCA2 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 162 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.14 |
| HSL | 150.76º | 0.63% | 0.63% | - |
| HSV(B) | 150.76º | 0.54% | 0.86% | - |
| XYZ | 37.48 | 56.56 | 43.12 | - |
| YUV | 177.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 162 | 0.54 | 0 | 0.26 | 0.14 | 150.76 | 0.63 | 0.63 |
| Hex | 65 | DC | A2 | 36 | 0 | 1A | E | 97 | 3F | 3F |
| Octal | 145 | 334 | 242 | 66 | 0 | 32 | 16 | 227 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10100010 | 110110 | 0 | 11010 | 1110 | 10010111 | 111111 | 111111 |
Color Harmonies of #65DCA2
Complementary color
Monochromatic Colors of #65DCA2
Black with #65DCA2
Text Example
Text Example
White with #65DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCA2; }
p { color: rgb(101,220,162); }
H1.HeaderClassName
{
color: #65DCA2;
}
.AnyTagClassName
{
color: #65DCA2;
}
</style>
background-color css
<style>
a { background-color: #65DCA2; }
a { background-color: rgb(101,220,162); }
div.DivClassName
{
background-color: #65DCA2;
}
.BgClassName
{
background-color: #65DCA2;
}
</style>
border-color css
<style>
span { border-color: #65DCA2; }
span { border-color: rgb(101,220,162); }
td.TdClassName
{
border-color: #65DCA2;
}
.TagClassName
{
border-color: #65DCA2;
}
</style>