Shades of Medium Aquamarine #74C9A8
Tints of Medium Aquamarine #74C9A8
RGB
CMYK
RGB Variations
Color information
#74C9A8 (or 0x74C9A8) is known color: Medium Aquamarine. HEX triplet: 74, C9 and A8. RGB value is (116,201,168). Sum of RGB (Red+Green+Blue) = 116+201+168=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #74C9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C9A8 is #8B3657. Grayscale: #ABABAB. Windows color (decimal): -9123416 or 11061620. OLE color: 11061620.
HSL color Cylindrical-coordinate representation of color #74C9A8: hue angle of 156.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C9A8 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 168 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.21 |
| HSL | 156.71º | 0.44% | 0.62% | - |
| HSV(B) | 156.71º | 0.42% | 0.79% | - |
| XYZ | 35.16 | 48.31 | 44.52 | - |
| YUV | 171.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 168 | 0.42 | 0 | 0.16 | 0.21 | 156.71 | 0.44 | 0.62 |
| Hex | 74 | C9 | A8 | 2A | 0 | 10 | 15 | 9D | 2C | 3E |
| Octal | 164 | 311 | 250 | 52 | 0 | 20 | 25 | 235 | 54 | 76 |
| Binary | 1110100 | 11001001 | 10101000 | 101010 | 0 | 10000 | 10101 | 10011101 | 101100 | 111110 |
Color Harmonies of #74C9A8
Complementary color
Monochromatic Colors of #74C9A8
Black with #74C9A8
Text Example
Text Example
White with #74C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C9A8; }
p { color: rgb(116,201,168); }
H1.HeaderClassName
{
color: #74C9A8;
}
.AnyTagClassName
{
color: #74C9A8;
}
</style>
background-color css
<style>
a { background-color: #74C9A8; }
a { background-color: rgb(116,201,168); }
div.DivClassName
{
background-color: #74C9A8;
}
.BgClassName
{
background-color: #74C9A8;
}
</style>
border-color css
<style>
span { border-color: #74C9A8; }
span { border-color: rgb(116,201,168); }
td.TdClassName
{
border-color: #74C9A8;
}
.TagClassName
{
border-color: #74C9A8;
}
</style>