Shades of Medium Aquamarine #74E7B0
Tints of Medium Aquamarine #74E7B0
RGB
CMYK
RGB Variations
Color information
#74E7B0 (or 0x74E7B0) is known color: Medium Aquamarine. HEX triplet: 74, E7 and B0. RGB value is (116,231,176). Sum of RGB (Red+Green+Blue) = 116+231+176=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E7B0 is #8B184F. Grayscale: #BEBEBE. Windows color (decimal): -9115728 or 11593588. OLE color: 11593588.
HSL color Cylindrical-coordinate representation of color #74E7B0: hue angle of 151.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E7B0 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 176 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.09 |
| HSL | 151.3º | 0.71% | 0.68% | - |
| HSV(B) | 151.3º | 0.5% | 0.91% | - |
| XYZ | 43.61 | 64 | 51.13 | - |
| YUV | 190.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 176 | 0.50 | 0 | 0.24 | 0.09 | 151.3 | 0.71 | 0.68 |
| Hex | 74 | E7 | B0 | 32 | 0 | 18 | 9 | 97 | 47 | 44 |
| Octal | 164 | 347 | 260 | 62 | 0 | 30 | 11 | 227 | 107 | 104 |
| Binary | 1110100 | 11100111 | 10110000 | 110010 | 0 | 11000 | 1001 | 10010111 | 1000111 | 1000100 |
Color Harmonies of #74E7B0
Complementary color
Monochromatic Colors of #74E7B0
Black with #74E7B0
Text Example
Text Example
White with #74E7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E7B0; }
p { color: rgb(116,231,176); }
H1.HeaderClassName
{
color: #74E7B0;
}
.AnyTagClassName
{
color: #74E7B0;
}
</style>
background-color css
<style>
a { background-color: #74E7B0; }
a { background-color: rgb(116,231,176); }
div.DivClassName
{
background-color: #74E7B0;
}
.BgClassName
{
background-color: #74E7B0;
}
</style>
border-color css
<style>
span { border-color: #74E7B0; }
span { border-color: rgb(116,231,176); }
td.TdClassName
{
border-color: #74E7B0;
}
.TagClassName
{
border-color: #74E7B0;
}
</style>