Shades of Medium Aquamarine #74C1A4
Tints of Medium Aquamarine #74C1A4
RGB
CMYK
RGB Variations
Color information
#74C1A4 (or 0x74C1A4) is known color: Medium Aquamarine. HEX triplet: 74, C1 and A4. RGB value is (116,193,164). Sum of RGB (Red+Green+Blue) = 116+193+164=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #74C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C1A4 is #8B3E5B. Grayscale: #A6A6A6. Windows color (decimal): -9125468 or 10797428. OLE color: 10797428.
HSL color Cylindrical-coordinate representation of color #74C1A4: hue angle of 157.4º 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 #74C1A4 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 164 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.24 |
| HSL | 157.4º | 0.38% | 0.61% | - |
| HSV(B) | 157.4º | 0.4% | 0.76% | - |
| XYZ | 32.97 | 44.53 | 41.98 | - |
| YUV | 166.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 164 | 0.40 | 0 | 0.15 | 0.24 | 157.4 | 0.38 | 0.61 |
| Hex | 74 | C1 | A4 | 28 | 0 | F | 18 | 9D | 26 | 3D |
| Octal | 164 | 301 | 244 | 50 | 0 | 17 | 30 | 235 | 46 | 75 |
| Binary | 1110100 | 11000001 | 10100100 | 101000 | 0 | 1111 | 11000 | 10011101 | 100110 | 111101 |
Color Harmonies of #74C1A4
Complementary color
Monochromatic Colors of #74C1A4
Black with #74C1A4
Text Example
Text Example
White with #74C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C1A4; }
p { color: rgb(116,193,164); }
H1.HeaderClassName
{
color: #74C1A4;
}
.AnyTagClassName
{
color: #74C1A4;
}
</style>
background-color css
<style>
a { background-color: #74C1A4; }
a { background-color: rgb(116,193,164); }
div.DivClassName
{
background-color: #74C1A4;
}
.BgClassName
{
background-color: #74C1A4;
}
</style>
border-color css
<style>
span { border-color: #74C1A4; }
span { border-color: rgb(116,193,164); }
td.TdClassName
{
border-color: #74C1A4;
}
.TagClassName
{
border-color: #74C1A4;
}
</style>