Shades of Aquamarine #74EDC0
Tints of Aquamarine #74EDC0
RGB
CMYK
RGB Variations
Color information
#74EDC0 (or 0x74EDC0) is known color: Aquamarine. HEX triplet: 74, ED and C0. RGB value is (116,237,192). Sum of RGB (Red+Green+Blue) = 116+237+192=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #74EDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EDC0 is #8B123F. Grayscale: #C3C3C3. Windows color (decimal): -9114176 or 12643700. OLE color: 12643700.
HSL color Cylindrical-coordinate representation of color #74EDC0: hue angle of 157.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EDC0 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 192 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.07 |
| HSL | 157.69º | 0.77% | 0.69% | - |
| HSV(B) | 157.69º | 0.51% | 0.93% | - |
| XYZ | 47 | 68.09 | 60.53 | - |
| YUV | 195.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 192 | 0.51 | 0 | 0.19 | 0.07 | 157.69 | 0.77 | 0.69 |
| Hex | 74 | ED | C0 | 33 | 0 | 13 | 7 | 9E | 4D | 45 |
| Octal | 164 | 355 | 300 | 63 | 0 | 23 | 7 | 236 | 115 | 105 |
| Binary | 1110100 | 11101101 | 11000000 | 110011 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000101 |
Color Harmonies of #74EDC0
Complementary color
Monochromatic Colors of #74EDC0
Black with #74EDC0
Text Example
Text Example
White with #74EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EDC0; }
p { color: rgb(116,237,192); }
H1.HeaderClassName
{
color: #74EDC0;
}
.AnyTagClassName
{
color: #74EDC0;
}
</style>
background-color css
<style>
a { background-color: #74EDC0; }
a { background-color: rgb(116,237,192); }
div.DivClassName
{
background-color: #74EDC0;
}
.BgClassName
{
background-color: #74EDC0;
}
</style>
border-color css
<style>
span { border-color: #74EDC0; }
span { border-color: rgb(116,237,192); }
td.TdClassName
{
border-color: #74EDC0;
}
.TagClassName
{
border-color: #74EDC0;
}
</style>