Shades of Medium Aquamarine #74BFA4
Tints of Medium Aquamarine #74BFA4
RGB
CMYK
RGB Variations
Color information
#74BFA4 (or 0x74BFA4) is known color: Medium Aquamarine. HEX triplet: 74, BF and A4. RGB value is (116,191,164). Sum of RGB (Red+Green+Blue) = 116+191+164=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFA4 is #8B405B. Grayscale: #A5A5A5. Windows color (decimal): -9125980 or 10796916. OLE color: 10796916.
HSL color Cylindrical-coordinate representation of color #74BFA4: hue angle of 158.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFA4 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 164 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.25 |
| HSL | 158.4º | 0.37% | 0.6% | - |
| HSV(B) | 158.4º | 0.39% | 0.75% | - |
| XYZ | 32.53 | 43.65 | 41.83 | - |
| YUV | 165.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 164 | 0.39 | 0 | 0.14 | 0.25 | 158.4 | 0.37 | 0.6 |
| Hex | 74 | BF | A4 | 27 | 0 | E | 19 | 9E | 25 | 3C |
| Octal | 164 | 277 | 244 | 47 | 0 | 16 | 31 | 236 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10100100 | 100111 | 0 | 1110 | 11001 | 10011110 | 100101 | 111100 |
Color Harmonies of #74BFA4
Complementary color
Monochromatic Colors of #74BFA4
Black with #74BFA4
Text Example
Text Example
White with #74BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFA4; }
p { color: rgb(116,191,164); }
H1.HeaderClassName
{
color: #74BFA4;
}
.AnyTagClassName
{
color: #74BFA4;
}
</style>
background-color css
<style>
a { background-color: #74BFA4; }
a { background-color: rgb(116,191,164); }
div.DivClassName
{
background-color: #74BFA4;
}
.BgClassName
{
background-color: #74BFA4;
}
</style>
border-color css
<style>
span { border-color: #74BFA4; }
span { border-color: rgb(116,191,164); }
td.TdClassName
{
border-color: #74BFA4;
}
.TagClassName
{
border-color: #74BFA4;
}
</style>