Shades of Medium Aquamarine #74F0AD
Tints of Medium Aquamarine #74F0AD
RGB
CMYK
RGB Variations
Color information
#74F0AD (or 0x74F0AD) is known color: Medium Aquamarine. HEX triplet: 74, F0 and AD. RGB value is (116,240,173). Sum of RGB (Red+Green+Blue) = 116+240+173=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F0AD is #8B0F52. Grayscale: #C3C3C3. Windows color (decimal): -9113427 or 11399284. OLE color: 11399284.
HSL color Cylindrical-coordinate representation of color #74F0AD: hue angle of 147.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0AD is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 173 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.06 |
| HSL | 147.58º | 0.81% | 0.7% | - |
| HSV(B) | 147.58º | 0.52% | 0.94% | - |
| XYZ | 45.91 | 69.05 | 50.44 | - |
| YUV | 195.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 173 | 0.52 | 0 | 0.28 | 0.06 | 147.58 | 0.81 | 0.7 |
| Hex | 74 | F0 | AD | 34 | 0 | 1C | 6 | 94 | 51 | 46 |
| Octal | 164 | 360 | 255 | 64 | 0 | 34 | 6 | 224 | 121 | 106 |
| Binary | 1110100 | 11110000 | 10101101 | 110100 | 0 | 11100 | 110 | 10010100 | 1010001 | 1000110 |
Color Harmonies of #74F0AD
Complementary color
Monochromatic Colors of #74F0AD
Black with #74F0AD
Text Example
Text Example
White with #74F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0AD; }
p { color: rgb(116,240,173); }
H1.HeaderClassName
{
color: #74F0AD;
}
.AnyTagClassName
{
color: #74F0AD;
}
</style>
background-color css
<style>
a { background-color: #74F0AD; }
a { background-color: rgb(116,240,173); }
div.DivClassName
{
background-color: #74F0AD;
}
.BgClassName
{
background-color: #74F0AD;
}
</style>
border-color css
<style>
span { border-color: #74F0AD; }
span { border-color: rgb(116,240,173); }
td.TdClassName
{
border-color: #74F0AD;
}
.TagClassName
{
border-color: #74F0AD;
}
</style>