Shades of Medium Aquamarine #74CEA2
Tints of Medium Aquamarine #74CEA2
RGB
CMYK
RGB Variations
Color information
#74CEA2 (or 0x74CEA2) is known color: Medium Aquamarine. HEX triplet: 74, CE and A2. RGB value is (116,206,162). Sum of RGB (Red+Green+Blue) = 116+206+162=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CEA2 is #8B315D. Grayscale: #AEAEAE. Windows color (decimal): -9122142 or 10669684. OLE color: 10669684.
HSL color Cylindrical-coordinate representation of color #74CEA2: hue angle of 150.67º 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 #74CEA2 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 162 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.19 |
| HSL | 150.67º | 0.48% | 0.63% | - |
| HSV(B) | 150.67º | 0.44% | 0.81% | - |
| XYZ | 35.8 | 50.46 | 42.04 | - |
| YUV | 174.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 162 | 0.44 | 0 | 0.21 | 0.19 | 150.67 | 0.48 | 0.63 |
| Hex | 74 | CE | A2 | 2C | 0 | 15 | 13 | 97 | 30 | 3F |
| Octal | 164 | 316 | 242 | 54 | 0 | 25 | 23 | 227 | 60 | 77 |
| Binary | 1110100 | 11001110 | 10100010 | 101100 | 0 | 10101 | 10011 | 10010111 | 110000 | 111111 |
Color Harmonies of #74CEA2
Complementary color
Monochromatic Colors of #74CEA2
Black with #74CEA2
Text Example
Text Example
White with #74CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CEA2; }
p { color: rgb(116,206,162); }
H1.HeaderClassName
{
color: #74CEA2;
}
.AnyTagClassName
{
color: #74CEA2;
}
</style>
background-color css
<style>
a { background-color: #74CEA2; }
a { background-color: rgb(116,206,162); }
div.DivClassName
{
background-color: #74CEA2;
}
.BgClassName
{
background-color: #74CEA2;
}
</style>
border-color css
<style>
span { border-color: #74CEA2; }
span { border-color: rgb(116,206,162); }
td.TdClassName
{
border-color: #74CEA2;
}
.TagClassName
{
border-color: #74CEA2;
}
</style>