Shades of Medium Aquamarine #74C1A3
Tints of Medium Aquamarine #74C1A3
RGB
CMYK
RGB Variations
Color information
#74C1A3 (or 0x74C1A3) is known color: Medium Aquamarine. HEX triplet: 74, C1 and A3. RGB value is (116,193,163). Sum of RGB (Red+Green+Blue) = 116+193+163=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C1A3 is #8B3E5C. Grayscale: #A6A6A6. Windows color (decimal): -9125469 or 10731892. OLE color: 10731892.
HSL color Cylindrical-coordinate representation of color #74C1A3: hue angle of 156.62º degrees, saturation: 0.38, 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 #74C1A3 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 163 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.24 |
| HSL | 156.62º | 0.38% | 0.61% | - |
| HSV(B) | 156.62º | 0.4% | 0.76% | - |
| XYZ | 32.88 | 44.5 | 41.51 | - |
| YUV | 166.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 163 | 0.40 | 0 | 0.16 | 0.24 | 156.62 | 0.38 | 0.61 |
| Hex | 74 | C1 | A3 | 28 | 0 | 10 | 18 | 9D | 26 | 3D |
| Octal | 164 | 301 | 243 | 50 | 0 | 20 | 30 | 235 | 46 | 75 |
| Binary | 1110100 | 11000001 | 10100011 | 101000 | 0 | 10000 | 11000 | 10011101 | 100110 | 111101 |
Color Harmonies of #74C1A3
Complementary color
Monochromatic Colors of #74C1A3
Black with #74C1A3
Text Example
Text Example
White with #74C1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C1A3; }
p { color: rgb(116,193,163); }
H1.HeaderClassName
{
color: #74C1A3;
}
.AnyTagClassName
{
color: #74C1A3;
}
</style>
background-color css
<style>
a { background-color: #74C1A3; }
a { background-color: rgb(116,193,163); }
div.DivClassName
{
background-color: #74C1A3;
}
.BgClassName
{
background-color: #74C1A3;
}
</style>
border-color css
<style>
span { border-color: #74C1A3; }
span { border-color: rgb(116,193,163); }
td.TdClassName
{
border-color: #74C1A3;
}
.TagClassName
{
border-color: #74C1A3;
}
</style>