Shades of Medium Aquamarine #74CDAA
Tints of Medium Aquamarine #74CDAA
RGB
CMYK
RGB Variations
Color information
#74CDAA (or 0x74CDAA) is known color: Medium Aquamarine. HEX triplet: 74, CD and AA. RGB value is (116,205,170). Sum of RGB (Red+Green+Blue) = 116+205+170=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDAA is #8B3255. Grayscale: #AEAEAE. Windows color (decimal): -9122390 or 11193716. OLE color: 11193716.
HSL color Cylindrical-coordinate representation of color #74CDAA: hue angle of 156.4º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDAA is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 170 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.20 |
| HSL | 156.4º | 0.47% | 0.63% | - |
| HSV(B) | 156.4º | 0.43% | 0.8% | - |
| XYZ | 36.29 | 50.28 | 45.82 | - |
| YUV | 174.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 170 | 0.43 | 0 | 0.17 | 0.20 | 156.4 | 0.47 | 0.63 |
| Hex | 74 | CD | AA | 2B | 0 | 11 | 14 | 9C | 2F | 3F |
| Octal | 164 | 315 | 252 | 53 | 0 | 21 | 24 | 234 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10101010 | 101011 | 0 | 10001 | 10100 | 10011100 | 101111 | 111111 |
Color Harmonies of #74CDAA
Complementary color
Monochromatic Colors of #74CDAA
Black with #74CDAA
Text Example
Text Example
White with #74CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDAA; }
p { color: rgb(116,205,170); }
H1.HeaderClassName
{
color: #74CDAA;
}
.AnyTagClassName
{
color: #74CDAA;
}
</style>
background-color css
<style>
a { background-color: #74CDAA; }
a { background-color: rgb(116,205,170); }
div.DivClassName
{
background-color: #74CDAA;
}
.BgClassName
{
background-color: #74CDAA;
}
</style>
border-color css
<style>
span { border-color: #74CDAA; }
span { border-color: rgb(116,205,170); }
td.TdClassName
{
border-color: #74CDAA;
}
.TagClassName
{
border-color: #74CDAA;
}
</style>