Shades of Medium Aquamarine #74DFA8
Tints of Medium Aquamarine #74DFA8
RGB
CMYK
RGB Variations
Color information
#74DFA8 (or 0x74DFA8) is known color: Medium Aquamarine. HEX triplet: 74, DF and A8. RGB value is (116,223,168). Sum of RGB (Red+Green+Blue) = 116+223+168=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFA8 is #8B2057. Grayscale: #B8B8B8. Windows color (decimal): -9117784 or 11067252. OLE color: 11067252.
HSL color Cylindrical-coordinate representation of color #74DFA8: hue angle of 149.16º 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 #74DFA8 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 168 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.13 |
| HSL | 149.16º | 0.63% | 0.66% | - |
| HSV(B) | 149.16º | 0.48% | 0.87% | - |
| XYZ | 40.66 | 59.32 | 46.35 | - |
| YUV | 184.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 168 | 0.48 | 0 | 0.25 | 0.13 | 149.16 | 0.63 | 0.66 |
| Hex | 74 | DF | A8 | 30 | 0 | 19 | D | 95 | 3F | 42 |
| Octal | 164 | 337 | 250 | 60 | 0 | 31 | 15 | 225 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10101000 | 110000 | 0 | 11001 | 1101 | 10010101 | 111111 | 1000010 |
Color Harmonies of #74DFA8
Complementary color
Monochromatic Colors of #74DFA8
Black with #74DFA8
Text Example
Text Example
White with #74DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFA8; }
p { color: rgb(116,223,168); }
H1.HeaderClassName
{
color: #74DFA8;
}
.AnyTagClassName
{
color: #74DFA8;
}
</style>
background-color css
<style>
a { background-color: #74DFA8; }
a { background-color: rgb(116,223,168); }
div.DivClassName
{
background-color: #74DFA8;
}
.BgClassName
{
background-color: #74DFA8;
}
</style>
border-color css
<style>
span { border-color: #74DFA8; }
span { border-color: rgb(116,223,168); }
td.TdClassName
{
border-color: #74DFA8;
}
.TagClassName
{
border-color: #74DFA8;
}
</style>