Shades of Medium Aquamarine #74F3AD
Tints of Medium Aquamarine #74F3AD
RGB
CMYK
RGB Variations
Color information
#74F3AD (or 0x74F3AD) is known color: Medium Aquamarine. HEX triplet: 74, F3 and AD. RGB value is (116,243,173). Sum of RGB (Red+Green+Blue) = 116+243+173=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #74F3AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F3AD is #8B0C52. Grayscale: #C5C5C5. Windows color (decimal): -9112659 or 11400052. OLE color: 11400052.
HSL color Cylindrical-coordinate representation of color #74F3AD: hue angle of 146.93º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F3AD is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 173 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.05 |
| HSL | 146.93º | 0.84% | 0.7% | - |
| HSV(B) | 146.93º | 0.52% | 0.95% | - |
| XYZ | 46.8 | 70.83 | 50.74 | - |
| YUV | 197.05 | 114.42 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 173 | 0.52 | 0 | 0.29 | 0.05 | 146.93 | 0.84 | 0.7 |
| Hex | 74 | F3 | AD | 34 | 0 | 1D | 5 | 93 | 54 | 46 |
| Octal | 164 | 363 | 255 | 64 | 0 | 35 | 5 | 223 | 124 | 106 |
| Binary | 1110100 | 11110011 | 10101101 | 110100 | 0 | 11101 | 101 | 10010011 | 1010100 | 1000110 |
Color Harmonies of #74F3AD
Complementary color
Monochromatic Colors of #74F3AD
Black with #74F3AD
Text Example
Text Example
White with #74F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F3AD; }
p { color: rgb(116,243,173); }
H1.HeaderClassName
{
color: #74F3AD;
}
.AnyTagClassName
{
color: #74F3AD;
}
</style>
background-color css
<style>
a { background-color: #74F3AD; }
a { background-color: rgb(116,243,173); }
div.DivClassName
{
background-color: #74F3AD;
}
.BgClassName
{
background-color: #74F3AD;
}
</style>
border-color css
<style>
span { border-color: #74F3AD; }
span { border-color: rgb(116,243,173); }
td.TdClassName
{
border-color: #74F3AD;
}
.TagClassName
{
border-color: #74F3AD;
}
</style>