Shades of Medium Aquamarine #74DEAC
Tints of Medium Aquamarine #74DEAC
RGB
CMYK
RGB Variations
Color information
#74DEAC (or 0x74DEAC) is known color: Medium Aquamarine. HEX triplet: 74, DE and AC. RGB value is (116,222,172). Sum of RGB (Red+Green+Blue) = 116+222+172=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEAC is #8B2153. Grayscale: #B8B8B8. Windows color (decimal): -9118036 or 11329140. OLE color: 11329140.
HSL color Cylindrical-coordinate representation of color #74DEAC: hue angle of 151.7º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DEAC is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 172 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.13 |
| HSL | 151.7º | 0.62% | 0.66% | - |
| HSV(B) | 151.7º | 0.48% | 0.87% | - |
| XYZ | 40.77 | 58.93 | 48.26 | - |
| YUV | 184.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 172 | 0.48 | 0 | 0.23 | 0.13 | 151.7 | 0.62 | 0.66 |
| Hex | 74 | DE | AC | 30 | 0 | 17 | D | 98 | 3E | 42 |
| Octal | 164 | 336 | 254 | 60 | 0 | 27 | 15 | 230 | 76 | 102 |
| Binary | 1110100 | 11011110 | 10101100 | 110000 | 0 | 10111 | 1101 | 10011000 | 111110 | 1000010 |
Color Harmonies of #74DEAC
Complementary color
Monochromatic Colors of #74DEAC
Black with #74DEAC
Text Example
Text Example
White with #74DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEAC; }
p { color: rgb(116,222,172); }
H1.HeaderClassName
{
color: #74DEAC;
}
.AnyTagClassName
{
color: #74DEAC;
}
</style>
background-color css
<style>
a { background-color: #74DEAC; }
a { background-color: rgb(116,222,172); }
div.DivClassName
{
background-color: #74DEAC;
}
.BgClassName
{
background-color: #74DEAC;
}
</style>
border-color css
<style>
span { border-color: #74DEAC; }
span { border-color: rgb(116,222,172); }
td.TdClassName
{
border-color: #74DEAC;
}
.TagClassName
{
border-color: #74DEAC;
}
</style>