Shades of Medium Aquamarine #74F0AF
Tints of Medium Aquamarine #74F0AF
RGB
CMYK
RGB Variations
Color information
#74F0AF (or 0x74F0AF) is known color: Medium Aquamarine. HEX triplet: 74, F0 and AF. RGB value is (116,240,175). Sum of RGB (Red+Green+Blue) = 116+240+175=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F0AF is #8B0F50. Grayscale: #C3C3C3. Windows color (decimal): -9113425 or 11530356. OLE color: 11530356.
HSL color Cylindrical-coordinate representation of color #74F0AF: hue angle of 148.55º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0AF is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 175 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.06 |
| HSL | 148.55º | 0.81% | 0.7% | - |
| HSV(B) | 148.55º | 0.52% | 0.94% | - |
| XYZ | 46.1 | 69.13 | 51.47 | - |
| YUV | 195.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 175 | 0.52 | 0 | 0.27 | 0.06 | 148.55 | 0.81 | 0.7 |
| Hex | 74 | F0 | AF | 34 | 0 | 1B | 6 | 95 | 51 | 46 |
| Octal | 164 | 360 | 257 | 64 | 0 | 33 | 6 | 225 | 121 | 106 |
| Binary | 1110100 | 11110000 | 10101111 | 110100 | 0 | 11011 | 110 | 10010101 | 1010001 | 1000110 |
Color Harmonies of #74F0AF
Complementary color
Monochromatic Colors of #74F0AF
Black with #74F0AF
Text Example
Text Example
White with #74F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0AF; }
p { color: rgb(116,240,175); }
H1.HeaderClassName
{
color: #74F0AF;
}
.AnyTagClassName
{
color: #74F0AF;
}
</style>
background-color css
<style>
a { background-color: #74F0AF; }
a { background-color: rgb(116,240,175); }
div.DivClassName
{
background-color: #74F0AF;
}
.BgClassName
{
background-color: #74F0AF;
}
</style>
border-color css
<style>
span { border-color: #74F0AF; }
span { border-color: rgb(116,240,175); }
td.TdClassName
{
border-color: #74F0AF;
}
.TagClassName
{
border-color: #74F0AF;
}
</style>