Shades of Medium Aquamarine #74E69F
Tints of Medium Aquamarine #74E69F
RGB
CMYK
RGB Variations
Color information
#74E69F (or 0x74E69F) is known color: Medium Aquamarine. HEX triplet: 74, E6 and 9F. RGB value is (116,230,159). Sum of RGB (Red+Green+Blue) = 116+230+159=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #74E69F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E69F is #8B1960. Grayscale: #BBBBBB. Windows color (decimal): -9116001 or 10479220. OLE color: 10479220.
HSL color Cylindrical-coordinate representation of color #74E69F: hue angle of 142.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E69F is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 159 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.10 |
| HSL | 142.63º | 0.7% | 0.68% | - |
| HSV(B) | 142.63º | 0.5% | 0.9% | - |
| XYZ | 41.76 | 62.81 | 42.72 | - |
| YUV | 187.82 | 111.73 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 159 | 0.50 | 0 | 0.31 | 0.10 | 142.63 | 0.7 | 0.68 |
| Hex | 74 | E6 | 9F | 32 | 0 | 1F | A | 8F | 46 | 44 |
| Octal | 164 | 346 | 237 | 62 | 0 | 37 | 12 | 217 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10011111 | 110010 | 0 | 11111 | 1010 | 10001111 | 1000110 | 1000100 |
Color Harmonies of #74E69F
Complementary color
Monochromatic Colors of #74E69F
Black with #74E69F
Text Example
Text Example
White with #74E69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E69F; }
p { color: rgb(116,230,159); }
H1.HeaderClassName
{
color: #74E69F;
}
.AnyTagClassName
{
color: #74E69F;
}
</style>
background-color css
<style>
a { background-color: #74E69F; }
a { background-color: rgb(116,230,159); }
div.DivClassName
{
background-color: #74E69F;
}
.BgClassName
{
background-color: #74E69F;
}
</style>
border-color css
<style>
span { border-color: #74E69F; }
span { border-color: rgb(116,230,159); }
td.TdClassName
{
border-color: #74E69F;
}
.TagClassName
{
border-color: #74E69F;
}
</style>