Shades of Medium Aquamarine #74DDA5
Tints of Medium Aquamarine #74DDA5
RGB
CMYK
RGB Variations
Color information
#74DDA5 (or 0x74DDA5) is known color: Medium Aquamarine. HEX triplet: 74, DD and A5. RGB value is (116,221,165). Sum of RGB (Red+Green+Blue) = 116+221+165=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DDA5 is #8B225A. Grayscale: #B7B7B7. Windows color (decimal): -9118299 or 10870132. OLE color: 10870132.
HSL color Cylindrical-coordinate representation of color #74DDA5: hue angle of 148º degrees, saturation: 0.61, 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 #74DDA5 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 165 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.13 |
| HSL | 148º | 0.61% | 0.66% | - |
| HSV(B) | 148º | 0.48% | 0.87% | - |
| XYZ | 39.85 | 58.14 | 44.72 | - |
| YUV | 183.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 165 | 0.48 | 0 | 0.25 | 0.13 | 148 | 0.61 | 0.66 |
| Hex | 74 | DD | A5 | 30 | 0 | 19 | D | 94 | 3D | 42 |
| Octal | 164 | 335 | 245 | 60 | 0 | 31 | 15 | 224 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10100101 | 110000 | 0 | 11001 | 1101 | 10010100 | 111101 | 1000010 |
Color Harmonies of #74DDA5
Complementary color
Monochromatic Colors of #74DDA5
Black with #74DDA5
Text Example
Text Example
White with #74DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDA5; }
p { color: rgb(116,221,165); }
H1.HeaderClassName
{
color: #74DDA5;
}
.AnyTagClassName
{
color: #74DDA5;
}
</style>
background-color css
<style>
a { background-color: #74DDA5; }
a { background-color: rgb(116,221,165); }
div.DivClassName
{
background-color: #74DDA5;
}
.BgClassName
{
background-color: #74DDA5;
}
</style>
border-color css
<style>
span { border-color: #74DDA5; }
span { border-color: rgb(116,221,165); }
td.TdClassName
{
border-color: #74DDA5;
}
.TagClassName
{
border-color: #74DDA5;
}
</style>