Shades of Medium Aquamarine #74D5AF
Tints of Medium Aquamarine #74D5AF
RGB
CMYK
RGB Variations
Color information
#74D5AF (or 0x74D5AF) is known color: Medium Aquamarine. HEX triplet: 74, D5 and AF. RGB value is (116,213,175). Sum of RGB (Red+Green+Blue) = 116+213+175=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D5AF is #8B2A50. Grayscale: #B3B3B3. Windows color (decimal): -9120337 or 11523444. OLE color: 11523444.
HSL color Cylindrical-coordinate representation of color #74D5AF: hue angle of 156.49º 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 #74D5AF is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 175 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.16 |
| HSL | 156.49º | 0.54% | 0.65% | - |
| HSV(B) | 156.49º | 0.46% | 0.84% | - |
| XYZ | 38.73 | 54.4 | 49.02 | - |
| YUV | 179.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 175 | 0.46 | 0 | 0.18 | 0.16 | 156.49 | 0.54 | 0.65 |
| Hex | 74 | D5 | AF | 2E | 0 | 12 | 10 | 9C | 36 | 41 |
| Octal | 164 | 325 | 257 | 56 | 0 | 22 | 20 | 234 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10101111 | 101110 | 0 | 10010 | 10000 | 10011100 | 110110 | 1000001 |
Color Harmonies of #74D5AF
Complementary color
Monochromatic Colors of #74D5AF
Black with #74D5AF
Text Example
Text Example
White with #74D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D5AF; }
p { color: rgb(116,213,175); }
H1.HeaderClassName
{
color: #74D5AF;
}
.AnyTagClassName
{
color: #74D5AF;
}
</style>
background-color css
<style>
a { background-color: #74D5AF; }
a { background-color: rgb(116,213,175); }
div.DivClassName
{
background-color: #74D5AF;
}
.BgClassName
{
background-color: #74D5AF;
}
</style>
border-color css
<style>
span { border-color: #74D5AF; }
span { border-color: rgb(116,213,175); }
td.TdClassName
{
border-color: #74D5AF;
}
.TagClassName
{
border-color: #74D5AF;
}
</style>