Shades of Medium Aquamarine #74D4A2
Tints of Medium Aquamarine #74D4A2
RGB
CMYK
RGB Variations
Color information
#74D4A2 (or 0x74D4A2) is known color: Medium Aquamarine. HEX triplet: 74, D4 and A2. RGB value is (116,212,162). Sum of RGB (Red+Green+Blue) = 116+212+162=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #74D4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D4A2 is #8B2B5D. Grayscale: #B1B1B1. Windows color (decimal): -9120606 or 10671220. OLE color: 10671220.
HSL color Cylindrical-coordinate representation of color #74D4A2: hue angle of 148.75º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D4A2 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 162 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.17 |
| HSL | 148.75º | 0.53% | 0.64% | - |
| HSV(B) | 148.75º | 0.45% | 0.83% | - |
| XYZ | 37.27 | 53.41 | 42.53 | - |
| YUV | 177.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 162 | 0.45 | 0 | 0.24 | 0.17 | 148.75 | 0.53 | 0.64 |
| Hex | 74 | D4 | A2 | 2D | 0 | 18 | 11 | 95 | 35 | 40 |
| Octal | 164 | 324 | 242 | 55 | 0 | 30 | 21 | 225 | 65 | 100 |
| Binary | 1110100 | 11010100 | 10100010 | 101101 | 0 | 11000 | 10001 | 10010101 | 110101 | 1000000 |
Color Harmonies of #74D4A2
Complementary color
Monochromatic Colors of #74D4A2
Black with #74D4A2
Text Example
Text Example
White with #74D4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D4A2; }
p { color: rgb(116,212,162); }
H1.HeaderClassName
{
color: #74D4A2;
}
.AnyTagClassName
{
color: #74D4A2;
}
</style>
background-color css
<style>
a { background-color: #74D4A2; }
a { background-color: rgb(116,212,162); }
div.DivClassName
{
background-color: #74D4A2;
}
.BgClassName
{
background-color: #74D4A2;
}
</style>
border-color css
<style>
span { border-color: #74D4A2; }
span { border-color: rgb(116,212,162); }
td.TdClassName
{
border-color: #74D4A2;
}
.TagClassName
{
border-color: #74D4A2;
}
</style>