Shades of Aquamarine #62FEDC
Tints of Aquamarine #62FEDC
RGB
CMYK
RGB Variations
Color information
#62FEDC (or 0x62FEDC) is known color: Aquamarine. HEX triplet: 62, FE and DC. RGB value is (98,254,220). Sum of RGB (Red+Green+Blue) = 98+254+220=572 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.13% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #62FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FEDC is #9D0123. Grayscale: #CBCBCB. Windows color (decimal): -10289444 or 14483042. OLE color: 14483042.
HSL color Cylindrical-coordinate representation of color #62FEDC: hue angle of 166.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FEDC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 254 | 220 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.00 |
| HSL | 166.92º | 0.99% | 0.69% | - |
| HSV(B) | 166.92º | 0.61% | 1% | - |
| XYZ | 53.4 | 78.65 | 80.08 | - |
| YUV | 203.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 254 | 220 | 0.61 | 0 | 0.13 | 0.00 | 166.92 | 0.99 | 0.69 |
| Hex | 62 | FE | DC | 3D | 0 | D | 0 | A7 | 63 | 45 |
| Octal | 142 | 376 | 334 | 75 | 0 | 15 | 0 | 247 | 143 | 105 |
| Binary | 1100010 | 11111110 | 11011100 | 111101 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #62FEDC
Complementary color
Monochromatic Colors of #62FEDC
Black with #62FEDC
Text Example
Text Example
White with #62FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FEDC; }
p { color: rgb(98,254,220); }
H1.HeaderClassName
{
color: #62FEDC;
}
.AnyTagClassName
{
color: #62FEDC;
}
</style>
background-color css
<style>
a { background-color: #62FEDC; }
a { background-color: rgb(98,254,220); }
div.DivClassName
{
background-color: #62FEDC;
}
.BgClassName
{
background-color: #62FEDC;
}
</style>
border-color css
<style>
span { border-color: #62FEDC; }
span { border-color: rgb(98,254,220); }
td.TdClassName
{
border-color: #62FEDC;
}
.TagClassName
{
border-color: #62FEDC;
}
</style>