Shades of Medium Aquamarine #74D5AC
Tints of Medium Aquamarine #74D5AC
RGB
CMYK
RGB Variations
Color information
#74D5AC (or 0x74D5AC) is known color: Medium Aquamarine. HEX triplet: 74, D5 and AC. RGB value is (116,213,172). Sum of RGB (Red+Green+Blue) = 116+213+172=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D5AC is #8B2A53. Grayscale: #B3B3B3. Windows color (decimal): -9120340 or 11326836. OLE color: 11326836.
HSL color Cylindrical-coordinate representation of color #74D5AC: hue angle of 154.64º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5AC is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 172 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.16 |
| HSL | 154.64º | 0.54% | 0.65% | - |
| HSV(B) | 154.64º | 0.46% | 0.84% | - |
| XYZ | 38.44 | 54.28 | 47.48 | - |
| YUV | 179.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 172 | 0.46 | 0 | 0.19 | 0.16 | 154.64 | 0.54 | 0.65 |
| Hex | 74 | D5 | AC | 2E | 0 | 13 | 10 | 9B | 36 | 41 |
| Octal | 164 | 325 | 254 | 56 | 0 | 23 | 20 | 233 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10101100 | 101110 | 0 | 10011 | 10000 | 10011011 | 110110 | 1000001 |
Color Harmonies of #74D5AC
Complementary color
Monochromatic Colors of #74D5AC
Black with #74D5AC
Text Example
Text Example
White with #74D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D5AC; }
p { color: rgb(116,213,172); }
H1.HeaderClassName
{
color: #74D5AC;
}
.AnyTagClassName
{
color: #74D5AC;
}
</style>
background-color css
<style>
a { background-color: #74D5AC; }
a { background-color: rgb(116,213,172); }
div.DivClassName
{
background-color: #74D5AC;
}
.BgClassName
{
background-color: #74D5AC;
}
</style>
border-color css
<style>
span { border-color: #74D5AC; }
span { border-color: rgb(116,213,172); }
td.TdClassName
{
border-color: #74D5AC;
}
.TagClassName
{
border-color: #74D5AC;
}
</style>