Shades of Medium Aquamarine #74CDA9
Tints of Medium Aquamarine #74CDA9
RGB
CMYK
RGB Variations
Color information
#74CDA9 (or 0x74CDA9) is known color: Medium Aquamarine. HEX triplet: 74, CD and A9. RGB value is (116,205,169). Sum of RGB (Red+Green+Blue) = 116+205+169=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CDA9 is #8B3256. Grayscale: #AEAEAE. Windows color (decimal): -9122391 or 11128180. OLE color: 11128180.
HSL color Cylindrical-coordinate representation of color #74CDA9: hue angle of 155.73º 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 #74CDA9 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 169 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.20 |
| HSL | 155.73º | 0.47% | 0.63% | - |
| HSV(B) | 155.73º | 0.43% | 0.8% | - |
| XYZ | 36.2 | 50.24 | 45.33 | - |
| YUV | 174.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 169 | 0.43 | 0 | 0.18 | 0.20 | 155.73 | 0.47 | 0.63 |
| Hex | 74 | CD | A9 | 2B | 0 | 12 | 14 | 9C | 2F | 3F |
| Octal | 164 | 315 | 251 | 53 | 0 | 22 | 24 | 234 | 57 | 77 |
| Binary | 1110100 | 11001101 | 10101001 | 101011 | 0 | 10010 | 10100 | 10011100 | 101111 | 111111 |
Color Harmonies of #74CDA9
Complementary color
Monochromatic Colors of #74CDA9
Black with #74CDA9
Text Example
Text Example
White with #74CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDA9; }
p { color: rgb(116,205,169); }
H1.HeaderClassName
{
color: #74CDA9;
}
.AnyTagClassName
{
color: #74CDA9;
}
</style>
background-color css
<style>
a { background-color: #74CDA9; }
a { background-color: rgb(116,205,169); }
div.DivClassName
{
background-color: #74CDA9;
}
.BgClassName
{
background-color: #74CDA9;
}
</style>
border-color css
<style>
span { border-color: #74CDA9; }
span { border-color: rgb(116,205,169); }
td.TdClassName
{
border-color: #74CDA9;
}
.TagClassName
{
border-color: #74CDA9;
}
</style>