Shades of Medium Aquamarine #74E7B2
Tints of Medium Aquamarine #74E7B2
RGB
CMYK
RGB Variations
Color information
#74E7B2 (or 0x74E7B2) is known color: Medium Aquamarine. HEX triplet: 74, E7 and B2. RGB value is (116,231,178). Sum of RGB (Red+Green+Blue) = 116+231+178=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #74E7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E7B2 is #8B184D. Grayscale: #BEBEBE. Windows color (decimal): -9115726 or 11724660. OLE color: 11724660.
HSL color Cylindrical-coordinate representation of color #74E7B2: hue angle of 152.35º 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 #74E7B2 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 178 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.09 |
| HSL | 152.35º | 0.71% | 0.68% | - |
| HSV(B) | 152.35º | 0.5% | 0.91% | - |
| XYZ | 43.81 | 64.08 | 52.18 | - |
| YUV | 190.57 | 120.9 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 178 | 0.50 | 0 | 0.23 | 0.09 | 152.35 | 0.71 | 0.68 |
| Hex | 74 | E7 | B2 | 32 | 0 | 17 | 9 | 98 | 47 | 44 |
| Octal | 164 | 347 | 262 | 62 | 0 | 27 | 11 | 230 | 107 | 104 |
| Binary | 1110100 | 11100111 | 10110010 | 110010 | 0 | 10111 | 1001 | 10011000 | 1000111 | 1000100 |
Color Harmonies of #74E7B2
Complementary color
Monochromatic Colors of #74E7B2
Black with #74E7B2
Text Example
Text Example
White with #74E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E7B2; }
p { color: rgb(116,231,178); }
H1.HeaderClassName
{
color: #74E7B2;
}
.AnyTagClassName
{
color: #74E7B2;
}
</style>
background-color css
<style>
a { background-color: #74E7B2; }
a { background-color: rgb(116,231,178); }
div.DivClassName
{
background-color: #74E7B2;
}
.BgClassName
{
background-color: #74E7B2;
}
</style>
border-color css
<style>
span { border-color: #74E7B2; }
span { border-color: rgb(116,231,178); }
td.TdClassName
{
border-color: #74E7B2;
}
.TagClassName
{
border-color: #74E7B2;
}
</style>