Shades of Medium Aquamarine #74DFA5
Tints of Medium Aquamarine #74DFA5
RGB
CMYK
RGB Variations
Color information
#74DFA5 (or 0x74DFA5) is known color: Medium Aquamarine. HEX triplet: 74, DF and A5. RGB value is (116,223,165). Sum of RGB (Red+Green+Blue) = 116+223+165=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFA5 is #8B205A. Grayscale: #B8B8B8. Windows color (decimal): -9117787 or 10870644. OLE color: 10870644.
HSL color Cylindrical-coordinate representation of color #74DFA5: hue angle of 147.48º 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 #74DFA5 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 165 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.13 |
| HSL | 147.48º | 0.63% | 0.66% | - |
| HSV(B) | 147.48º | 0.48% | 0.87% | - |
| XYZ | 40.38 | 59.2 | 44.9 | - |
| YUV | 184.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 165 | 0.48 | 0 | 0.26 | 0.13 | 147.48 | 0.63 | 0.66 |
| Hex | 74 | DF | A5 | 30 | 0 | 1A | D | 93 | 3F | 42 |
| Octal | 164 | 337 | 245 | 60 | 0 | 32 | 15 | 223 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10100101 | 110000 | 0 | 11010 | 1101 | 10010011 | 111111 | 1000010 |
Color Harmonies of #74DFA5
Complementary color
Monochromatic Colors of #74DFA5
Black with #74DFA5
Text Example
Text Example
White with #74DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFA5; }
p { color: rgb(116,223,165); }
H1.HeaderClassName
{
color: #74DFA5;
}
.AnyTagClassName
{
color: #74DFA5;
}
</style>
background-color css
<style>
a { background-color: #74DFA5; }
a { background-color: rgb(116,223,165); }
div.DivClassName
{
background-color: #74DFA5;
}
.BgClassName
{
background-color: #74DFA5;
}
</style>
border-color css
<style>
span { border-color: #74DFA5; }
span { border-color: rgb(116,223,165); }
td.TdClassName
{
border-color: #74DFA5;
}
.TagClassName
{
border-color: #74DFA5;
}
</style>