Shades of Medium Aquamarine #74DCAA
Tints of Medium Aquamarine #74DCAA
RGB
CMYK
RGB Variations
Color information
#74DCAA (or 0x74DCAA) is known color: Medium Aquamarine. HEX triplet: 74, DC and AA. RGB value is (116,220,170). Sum of RGB (Red+Green+Blue) = 116+220+170=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCAA is #8B2355. Grayscale: #B7B7B7. Windows color (decimal): -9118550 or 11197556. OLE color: 11197556.
HSL color Cylindrical-coordinate representation of color #74DCAA: hue angle of 151.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCAA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 170 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.14 |
| HSL | 151.15º | 0.6% | 0.66% | - |
| HSV(B) | 151.15º | 0.47% | 0.86% | - |
| XYZ | 40.05 | 57.8 | 47.08 | - |
| YUV | 183.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 170 | 0.47 | 0 | 0.23 | 0.14 | 151.15 | 0.6 | 0.66 |
| Hex | 74 | DC | AA | 2F | 0 | 17 | E | 97 | 3C | 42 |
| Octal | 164 | 334 | 252 | 57 | 0 | 27 | 16 | 227 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10101010 | 101111 | 0 | 10111 | 1110 | 10010111 | 111100 | 1000010 |
Color Harmonies of #74DCAA
Complementary color
Monochromatic Colors of #74DCAA
Black with #74DCAA
Text Example
Text Example
White with #74DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCAA; }
p { color: rgb(116,220,170); }
H1.HeaderClassName
{
color: #74DCAA;
}
.AnyTagClassName
{
color: #74DCAA;
}
</style>
background-color css
<style>
a { background-color: #74DCAA; }
a { background-color: rgb(116,220,170); }
div.DivClassName
{
background-color: #74DCAA;
}
.BgClassName
{
background-color: #74DCAA;
}
</style>
border-color css
<style>
span { border-color: #74DCAA; }
span { border-color: rgb(116,220,170); }
td.TdClassName
{
border-color: #74DCAA;
}
.TagClassName
{
border-color: #74DCAA;
}
</style>