Shades of Medium Aquamarine #74DCA2
Tints of Medium Aquamarine #74DCA2
RGB
CMYK
RGB Variations
Color information
#74DCA2 (or 0x74DCA2) is known color: Medium Aquamarine. HEX triplet: 74, DC and A2. RGB value is (116,220,162). Sum of RGB (Red+Green+Blue) = 116+220+162=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCA2 is #8B235D. Grayscale: #B6B6B6. Windows color (decimal): -9118558 or 10673268. OLE color: 10673268.
HSL color Cylindrical-coordinate representation of color #74DCA2: hue angle of 146.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCA2 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 162 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.14 |
| HSL | 146.54º | 0.6% | 0.66% | - |
| HSV(B) | 146.54º | 0.47% | 0.86% | - |
| XYZ | 39.32 | 57.51 | 43.21 | - |
| YUV | 182.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 162 | 0.47 | 0 | 0.26 | 0.14 | 146.54 | 0.6 | 0.66 |
| Hex | 74 | DC | A2 | 2F | 0 | 1A | E | 93 | 3C | 42 |
| Octal | 164 | 334 | 242 | 57 | 0 | 32 | 16 | 223 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10100010 | 101111 | 0 | 11010 | 1110 | 10010011 | 111100 | 1000010 |
Color Harmonies of #74DCA2
Complementary color
Monochromatic Colors of #74DCA2
Black with #74DCA2
Text Example
Text Example
White with #74DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCA2; }
p { color: rgb(116,220,162); }
H1.HeaderClassName
{
color: #74DCA2;
}
.AnyTagClassName
{
color: #74DCA2;
}
</style>
background-color css
<style>
a { background-color: #74DCA2; }
a { background-color: rgb(116,220,162); }
div.DivClassName
{
background-color: #74DCA2;
}
.BgClassName
{
background-color: #74DCA2;
}
</style>
border-color css
<style>
span { border-color: #74DCA2; }
span { border-color: rgb(116,220,162); }
td.TdClassName
{
border-color: #74DCA2;
}
.TagClassName
{
border-color: #74DCA2;
}
</style>