Shades of Medium Aquamarine #74DFA3
Tints of Medium Aquamarine #74DFA3
RGB
CMYK
RGB Variations
Color information
#74DFA3 (or 0x74DFA3) is known color: Medium Aquamarine. HEX triplet: 74, DF and A3. RGB value is (116,223,163). Sum of RGB (Red+Green+Blue) = 116+223+163=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFA3 is #8B205C. Grayscale: #B8B8B8. Windows color (decimal): -9117789 or 10739572. OLE color: 10739572.
HSL color Cylindrical-coordinate representation of color #74DFA3: hue angle of 146.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFA3 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 163 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.13 |
| HSL | 146.36º | 0.63% | 0.66% | - |
| HSV(B) | 146.36º | 0.48% | 0.87% | - |
| XYZ | 40.2 | 59.13 | 43.95 | - |
| YUV | 184.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 163 | 0.48 | 0 | 0.27 | 0.13 | 146.36 | 0.63 | 0.66 |
| Hex | 74 | DF | A3 | 30 | 0 | 1B | D | 92 | 3F | 42 |
| Octal | 164 | 337 | 243 | 60 | 0 | 33 | 15 | 222 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10100011 | 110000 | 0 | 11011 | 1101 | 10010010 | 111111 | 1000010 |
Color Harmonies of #74DFA3
Complementary color
Monochromatic Colors of #74DFA3
Black with #74DFA3
Text Example
Text Example
White with #74DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFA3; }
p { color: rgb(116,223,163); }
H1.HeaderClassName
{
color: #74DFA3;
}
.AnyTagClassName
{
color: #74DFA3;
}
</style>
background-color css
<style>
a { background-color: #74DFA3; }
a { background-color: rgb(116,223,163); }
div.DivClassName
{
background-color: #74DFA3;
}
.BgClassName
{
background-color: #74DFA3;
}
</style>
border-color css
<style>
span { border-color: #74DFA3; }
span { border-color: rgb(116,223,163); }
td.TdClassName
{
border-color: #74DFA3;
}
.TagClassName
{
border-color: #74DFA3;
}
</style>