Shades of Aquamarine #74FED2
Tints of Aquamarine #74FED2
RGB
CMYK
RGB Variations
Color information
#74FED2 (or 0x74FED2) is known color: Aquamarine. HEX triplet: 74, FE and D2. RGB value is (116,254,210). Sum of RGB (Red+Green+Blue) = 116+254+210=580 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #74FED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FED2 is #8B012D. Grayscale: #CFCFCF. Windows color (decimal): -9109806 or 13827700. OLE color: 13827700.
HSL color Cylindrical-coordinate representation of color #74FED2: hue angle of 160.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FED2 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 210 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.00 |
| HSL | 160.87º | 0.99% | 0.73% | - |
| HSV(B) | 160.87º | 0.54% | 1% | - |
| XYZ | 54.28 | 79.25 | 73.41 | - |
| YUV | 207.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 210 | 0.54 | 0 | 0.17 | 0.00 | 160.87 | 0.99 | 0.73 |
| Hex | 74 | FE | D2 | 36 | 0 | 11 | 0 | A1 | 63 | 49 |
| Octal | 164 | 376 | 322 | 66 | 0 | 21 | 0 | 241 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11010010 | 110110 | 0 | 10001 | 0 | 10100001 | 1100011 | 1001001 |
Color Harmonies of #74FED2
Complementary color
Monochromatic Colors of #74FED2
Black with #74FED2
Text Example
Text Example
White with #74FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FED2; }
p { color: rgb(116,254,210); }
H1.HeaderClassName
{
color: #74FED2;
}
.AnyTagClassName
{
color: #74FED2;
}
</style>
background-color css
<style>
a { background-color: #74FED2; }
a { background-color: rgb(116,254,210); }
div.DivClassName
{
background-color: #74FED2;
}
.BgClassName
{
background-color: #74FED2;
}
</style>
border-color css
<style>
span { border-color: #74FED2; }
span { border-color: rgb(116,254,210); }
td.TdClassName
{
border-color: #74FED2;
}
.TagClassName
{
border-color: #74FED2;
}
</style>