Shades of Medium Aquamarine #74D6AD
Tints of Medium Aquamarine #74D6AD
RGB
CMYK
RGB Variations
Color information
#74D6AD (or 0x74D6AD) is known color: Medium Aquamarine. HEX triplet: 74, D6 and AD. RGB value is (116,214,173). Sum of RGB (Red+Green+Blue) = 116+214+173=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D6AD is #8B2952. Grayscale: #B4B4B4. Windows color (decimal): -9120083 or 11392628. OLE color: 11392628.
HSL color Cylindrical-coordinate representation of color #74D6AD: hue angle of 154.9º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6AD is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 173 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.16 |
| HSL | 154.9º | 0.54% | 0.65% | - |
| HSV(B) | 154.9º | 0.46% | 0.84% | - |
| XYZ | 38.79 | 54.82 | 48.07 | - |
| YUV | 180.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 173 | 0.46 | 0 | 0.19 | 0.16 | 154.9 | 0.54 | 0.65 |
| Hex | 74 | D6 | AD | 2E | 0 | 13 | 10 | 9B | 36 | 41 |
| Octal | 164 | 326 | 255 | 56 | 0 | 23 | 20 | 233 | 66 | 101 |
| Binary | 1110100 | 11010110 | 10101101 | 101110 | 0 | 10011 | 10000 | 10011011 | 110110 | 1000001 |
Color Harmonies of #74D6AD
Complementary color
Monochromatic Colors of #74D6AD
Black with #74D6AD
Text Example
Text Example
White with #74D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D6AD; }
p { color: rgb(116,214,173); }
H1.HeaderClassName
{
color: #74D6AD;
}
.AnyTagClassName
{
color: #74D6AD;
}
</style>
background-color css
<style>
a { background-color: #74D6AD; }
a { background-color: rgb(116,214,173); }
div.DivClassName
{
background-color: #74D6AD;
}
.BgClassName
{
background-color: #74D6AD;
}
</style>
border-color css
<style>
span { border-color: #74D6AD; }
span { border-color: rgb(116,214,173); }
td.TdClassName
{
border-color: #74D6AD;
}
.TagClassName
{
border-color: #74D6AD;
}
</style>