Shades of Medium Aquamarine #74ECAF
Tints of Medium Aquamarine #74ECAF
RGB
CMYK
RGB Variations
Color information
#74ECAF (or 0x74ECAF) is known color: Medium Aquamarine. HEX triplet: 74, EC and AF. RGB value is (116,236,175). Sum of RGB (Red+Green+Blue) = 116+236+175=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #74ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74ECAF is #8B1350. Grayscale: #C1C1C1. Windows color (decimal): -9114449 or 11529332. OLE color: 11529332.
HSL color Cylindrical-coordinate representation of color #74ECAF: hue angle of 149.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ECAF is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 175 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.07 |
| HSL | 149.5º | 0.76% | 0.69% | - |
| HSV(B) | 149.5º | 0.51% | 0.93% | - |
| XYZ | 44.94 | 66.8 | 51.08 | - |
| YUV | 193.17 | 117.74 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 175 | 0.51 | 0 | 0.26 | 0.07 | 149.5 | 0.76 | 0.69 |
| Hex | 74 | EC | AF | 33 | 0 | 1A | 7 | 96 | 4C | 45 |
| Octal | 164 | 354 | 257 | 63 | 0 | 32 | 7 | 226 | 114 | 105 |
| Binary | 1110100 | 11101100 | 10101111 | 110011 | 0 | 11010 | 111 | 10010110 | 1001100 | 1000101 |
Color Harmonies of #74ECAF
Complementary color
Monochromatic Colors of #74ECAF
Black with #74ECAF
Text Example
Text Example
White with #74ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ECAF; }
p { color: rgb(116,236,175); }
H1.HeaderClassName
{
color: #74ECAF;
}
.AnyTagClassName
{
color: #74ECAF;
}
</style>
background-color css
<style>
a { background-color: #74ECAF; }
a { background-color: rgb(116,236,175); }
div.DivClassName
{
background-color: #74ECAF;
}
.BgClassName
{
background-color: #74ECAF;
}
</style>
border-color css
<style>
span { border-color: #74ECAF; }
span { border-color: rgb(116,236,175); }
td.TdClassName
{
border-color: #74ECAF;
}
.TagClassName
{
border-color: #74ECAF;
}
</style>