Shades of Medium Aquamarine #74D2AA
Tints of Medium Aquamarine #74D2AA
RGB
CMYK
RGB Variations
Color information
#74D2AA (or 0x74D2AA) is known color: Medium Aquamarine. HEX triplet: 74, D2 and AA. RGB value is (116,210,170). Sum of RGB (Red+Green+Blue) = 116+210+170=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D2AA is #8B2D55. Grayscale: #B1B1B1. Windows color (decimal): -9121110 or 11194996. OLE color: 11194996.
HSL color Cylindrical-coordinate representation of color #74D2AA: hue angle of 154.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D2AA is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 170 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.18 |
| HSL | 154.47º | 0.51% | 0.64% | - |
| HSV(B) | 154.47º | 0.45% | 0.82% | - |
| XYZ | 37.5 | 52.71 | 46.23 | - |
| YUV | 177.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 170 | 0.45 | 0 | 0.19 | 0.18 | 154.47 | 0.51 | 0.64 |
| Hex | 74 | D2 | AA | 2D | 0 | 13 | 12 | 9A | 33 | 40 |
| Octal | 164 | 322 | 252 | 55 | 0 | 23 | 22 | 232 | 63 | 100 |
| Binary | 1110100 | 11010010 | 10101010 | 101101 | 0 | 10011 | 10010 | 10011010 | 110011 | 1000000 |
Color Harmonies of #74D2AA
Complementary color
Monochromatic Colors of #74D2AA
Black with #74D2AA
Text Example
Text Example
White with #74D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D2AA; }
p { color: rgb(116,210,170); }
H1.HeaderClassName
{
color: #74D2AA;
}
.AnyTagClassName
{
color: #74D2AA;
}
</style>
background-color css
<style>
a { background-color: #74D2AA; }
a { background-color: rgb(116,210,170); }
div.DivClassName
{
background-color: #74D2AA;
}
.BgClassName
{
background-color: #74D2AA;
}
</style>
border-color css
<style>
span { border-color: #74D2AA; }
span { border-color: rgb(116,210,170); }
td.TdClassName
{
border-color: #74D2AA;
}
.TagClassName
{
border-color: #74D2AA;
}
</style>