Shades of Medium Aquamarine #74CEA3
Tints of Medium Aquamarine #74CEA3
RGB
CMYK
RGB Variations
Color information
#74CEA3 (or 0x74CEA3) is known color: Medium Aquamarine. HEX triplet: 74, CE and A3. RGB value is (116,206,163). Sum of RGB (Red+Green+Blue) = 116+206+163=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEA3 is #8B315C. Grayscale: #AEAEAE. Windows color (decimal): -9122141 or 10735220. OLE color: 10735220.
HSL color Cylindrical-coordinate representation of color #74CEA3: hue angle of 151.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEA3 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 163 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.19 |
| HSL | 151.33º | 0.48% | 0.63% | - |
| HSV(B) | 151.33º | 0.44% | 0.81% | - |
| XYZ | 35.88 | 50.5 | 42.51 | - |
| YUV | 174.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 163 | 0.44 | 0 | 0.21 | 0.19 | 151.33 | 0.48 | 0.63 |
| Hex | 74 | CE | A3 | 2C | 0 | 15 | 13 | 97 | 30 | 3F |
| Octal | 164 | 316 | 243 | 54 | 0 | 25 | 23 | 227 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10100011 | 101100 | 0 | 10101 | 10011 | 10010111 | 110000 | 111111 |
Color Harmonies of #74CEA3
Complementary color
Monochromatic Colors of #74CEA3
Black with #74CEA3
Text Example
Text Example
White with #74CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEA3; }
p { color: rgb(116,206,163); }
H1.HeaderClassName
{
color: #74CEA3;
}
.AnyTagClassName
{
color: #74CEA3;
}
</style>
background-color css
<style>
a { background-color: #74CEA3; }
a { background-color: rgb(116,206,163); }
div.DivClassName
{
background-color: #74CEA3;
}
.BgClassName
{
background-color: #74CEA3;
}
</style>
border-color css
<style>
span { border-color: #74CEA3; }
span { border-color: rgb(116,206,163); }
td.TdClassName
{
border-color: #74CEA3;
}
.TagClassName
{
border-color: #74CEA3;
}
</style>