Shades of Medium Aquamarine #74D2AE
Tints of Medium Aquamarine #74D2AE
RGB
CMYK
RGB Variations
Color information
#74D2AE (or 0x74D2AE) is known color: Medium Aquamarine. HEX triplet: 74, D2 and AE. RGB value is (116,210,174). Sum of RGB (Red+Green+Blue) = 116+210+174=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D2AE is #8B2D51. Grayscale: #B1B1B1. Windows color (decimal): -9121106 or 11457140. OLE color: 11457140.
HSL color Cylindrical-coordinate representation of color #74D2AE: hue angle of 157.02º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D2AE is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 174 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.18 |
| HSL | 157.02º | 0.51% | 0.64% | - |
| HSV(B) | 157.02º | 0.45% | 0.82% | - |
| XYZ | 37.89 | 52.86 | 48.25 | - |
| YUV | 177.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 174 | 0.45 | 0 | 0.17 | 0.18 | 157.02 | 0.51 | 0.64 |
| Hex | 74 | D2 | AE | 2D | 0 | 11 | 12 | 9D | 33 | 40 |
| Octal | 164 | 322 | 256 | 55 | 0 | 21 | 22 | 235 | 63 | 100 |
| Binary | 1110100 | 11010010 | 10101110 | 101101 | 0 | 10001 | 10010 | 10011101 | 110011 | 1000000 |
Color Harmonies of #74D2AE
Complementary color
Monochromatic Colors of #74D2AE
Black with #74D2AE
Text Example
Text Example
White with #74D2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2AE; }
p { color: rgb(116,210,174); }
H1.HeaderClassName
{
color: #74D2AE;
}
.AnyTagClassName
{
color: #74D2AE;
}
</style>
background-color css
<style>
a { background-color: #74D2AE; }
a { background-color: rgb(116,210,174); }
div.DivClassName
{
background-color: #74D2AE;
}
.BgClassName
{
background-color: #74D2AE;
}
</style>
border-color css
<style>
span { border-color: #74D2AE; }
span { border-color: rgb(116,210,174); }
td.TdClassName
{
border-color: #74D2AE;
}
.TagClassName
{
border-color: #74D2AE;
}
</style>