Shades of Medium Aquamarine #74E2AD
Tints of Medium Aquamarine #74E2AD
RGB
CMYK
RGB Variations
Color information
#74E2AD (or 0x74E2AD) is known color: Medium Aquamarine. HEX triplet: 74, E2 and AD. RGB value is (116,226,173). Sum of RGB (Red+Green+Blue) = 116+226+173=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #74E2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E2AD is #8B1D52. Grayscale: #BBBBBB. Windows color (decimal): -9117011 or 11395700. OLE color: 11395700.
HSL color Cylindrical-coordinate representation of color #74E2AD: hue angle of 151.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E2AD is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 226 | 173 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.11 |
| HSL | 151.09º | 0.65% | 0.67% | - |
| HSV(B) | 151.09º | 0.49% | 0.89% | - |
| XYZ | 41.94 | 61.12 | 49.12 | - |
| YUV | 187.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 226 | 173 | 0.49 | 0 | 0.23 | 0.11 | 151.09 | 0.65 | 0.67 |
| Hex | 74 | E2 | AD | 31 | 0 | 17 | B | 97 | 41 | 43 |
| Octal | 164 | 342 | 255 | 61 | 0 | 27 | 13 | 227 | 101 | 103 |
| Binary | 1110100 | 11100010 | 10101101 | 110001 | 0 | 10111 | 1011 | 10010111 | 1000001 | 1000011 |
Color Harmonies of #74E2AD
Complementary color
Monochromatic Colors of #74E2AD
Black with #74E2AD
Text Example
Text Example
White with #74E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E2AD; }
p { color: rgb(116,226,173); }
H1.HeaderClassName
{
color: #74E2AD;
}
.AnyTagClassName
{
color: #74E2AD;
}
</style>
background-color css
<style>
a { background-color: #74E2AD; }
a { background-color: rgb(116,226,173); }
div.DivClassName
{
background-color: #74E2AD;
}
.BgClassName
{
background-color: #74E2AD;
}
</style>
border-color css
<style>
span { border-color: #74E2AD; }
span { border-color: rgb(116,226,173); }
td.TdClassName
{
border-color: #74E2AD;
}
.TagClassName
{
border-color: #74E2AD;
}
</style>