Shades of Medium Aquamarine #74E1AF
Tints of Medium Aquamarine #74E1AF
RGB
CMYK
RGB Variations
Color information
#74E1AF (or 0x74E1AF) is known color: Medium Aquamarine. HEX triplet: 74, E1 and AF. RGB value is (116,225,175). Sum of RGB (Red+Green+Blue) = 116+225+175=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #74E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E1AF is #8B1E50. Grayscale: #BABABA. Windows color (decimal): -9117265 or 11526516. OLE color: 11526516.
HSL color Cylindrical-coordinate representation of color #74E1AF: hue angle of 152.48º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E1AF is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 175 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.12 |
| HSL | 152.48º | 0.64% | 0.67% | - |
| HSV(B) | 152.48º | 0.48% | 0.88% | - |
| XYZ | 41.87 | 60.66 | 50.06 | - |
| YUV | 186.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 175 | 0.48 | 0 | 0.22 | 0.12 | 152.48 | 0.64 | 0.67 |
| Hex | 74 | E1 | AF | 30 | 0 | 16 | C | 98 | 40 | 43 |
| Octal | 164 | 341 | 257 | 60 | 0 | 26 | 14 | 230 | 100 | 103 |
| Binary | 1110100 | 11100001 | 10101111 | 110000 | 0 | 10110 | 1100 | 10011000 | 1000000 | 1000011 |
Color Harmonies of #74E1AF
Complementary color
Monochromatic Colors of #74E1AF
Black with #74E1AF
Text Example
Text Example
White with #74E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E1AF; }
p { color: rgb(116,225,175); }
H1.HeaderClassName
{
color: #74E1AF;
}
.AnyTagClassName
{
color: #74E1AF;
}
</style>
background-color css
<style>
a { background-color: #74E1AF; }
a { background-color: rgb(116,225,175); }
div.DivClassName
{
background-color: #74E1AF;
}
.BgClassName
{
background-color: #74E1AF;
}
</style>
border-color css
<style>
span { border-color: #74E1AF; }
span { border-color: rgb(116,225,175); }
td.TdClassName
{
border-color: #74E1AF;
}
.TagClassName
{
border-color: #74E1AF;
}
</style>