Shades of Medium Aquamarine #74C2A2
Tints of Medium Aquamarine #74C2A2
RGB
CMYK
RGB Variations
Color information
#74C2A2 (or 0x74C2A2) is known color: Medium Aquamarine. HEX triplet: 74, C2 and A2. RGB value is (116,194,162). Sum of RGB (Red+Green+Blue) = 116+194+162=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C2A2 is #8B3D5D. Grayscale: #A7A7A7. Windows color (decimal): -9125214 or 10666612. OLE color: 10666612.
HSL color Cylindrical-coordinate representation of color #74C2A2: hue angle of 155.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2A2 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 162 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.24 |
| HSL | 155.38º | 0.39% | 0.61% | - |
| HSV(B) | 155.38º | 0.4% | 0.76% | - |
| XYZ | 33.02 | 44.91 | 41.11 | - |
| YUV | 167.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 162 | 0.40 | 0 | 0.16 | 0.24 | 155.38 | 0.39 | 0.61 |
| Hex | 74 | C2 | A2 | 28 | 0 | 10 | 18 | 9B | 27 | 3D |
| Octal | 164 | 302 | 242 | 50 | 0 | 20 | 30 | 233 | 47 | 75 |
| Binary | 1110100 | 11000010 | 10100010 | 101000 | 0 | 10000 | 11000 | 10011011 | 100111 | 111101 |
Color Harmonies of #74C2A2
Complementary color
Monochromatic Colors of #74C2A2
Black with #74C2A2
Text Example
Text Example
White with #74C2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2A2; }
p { color: rgb(116,194,162); }
H1.HeaderClassName
{
color: #74C2A2;
}
.AnyTagClassName
{
color: #74C2A2;
}
</style>
background-color css
<style>
a { background-color: #74C2A2; }
a { background-color: rgb(116,194,162); }
div.DivClassName
{
background-color: #74C2A2;
}
.BgClassName
{
background-color: #74C2A2;
}
</style>
border-color css
<style>
span { border-color: #74C2A2; }
span { border-color: rgb(116,194,162); }
td.TdClassName
{
border-color: #74C2A2;
}
.TagClassName
{
border-color: #74C2A2;
}
</style>