Shades of Aquamarine #62FDD0
Tints of Aquamarine #62FDD0
RGB
CMYK
RGB Variations
Color information
#62FDD0 (or 0x62FDD0) is known color: Aquamarine. HEX triplet: 62, FD and D0. RGB value is (98,253,208). Sum of RGB (Red+Green+Blue) = 98+253+208=559 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.53% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #62FDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FDD0 is #9D022F. Grayscale: #C9C9C9. Windows color (decimal): -10289712 or 13696354. OLE color: 13696354.
HSL color Cylindrical-coordinate representation of color #62FDD0: hue angle of 162.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FDD0 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 253 | 208 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.01 |
| HSL | 162.58º | 0.97% | 0.69% | - |
| HSV(B) | 162.58º | 0.61% | 0.99% | - |
| XYZ | 51.55 | 77.4 | 71.9 | - |
| YUV | 201.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 253 | 208 | 0.61 | 0 | 0.18 | 0.01 | 162.58 | 0.97 | 0.69 |
| Hex | 62 | FD | D0 | 3D | 0 | 12 | 1 | A3 | 61 | 45 |
| Octal | 142 | 375 | 320 | 75 | 0 | 22 | 1 | 243 | 141 | 105 |
| Binary | 1100010 | 11111101 | 11010000 | 111101 | 0 | 10010 | 1 | 10100011 | 1100001 | 1000101 |
Color Harmonies of #62FDD0
Complementary color
Monochromatic Colors of #62FDD0
Black with #62FDD0
Text Example
Text Example
White with #62FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FDD0; }
p { color: rgb(98,253,208); }
H1.HeaderClassName
{
color: #62FDD0;
}
.AnyTagClassName
{
color: #62FDD0;
}
</style>
background-color css
<style>
a { background-color: #62FDD0; }
a { background-color: rgb(98,253,208); }
div.DivClassName
{
background-color: #62FDD0;
}
.BgClassName
{
background-color: #62FDD0;
}
</style>
border-color css
<style>
span { border-color: #62FDD0; }
span { border-color: rgb(98,253,208); }
td.TdClassName
{
border-color: #62FDD0;
}
.TagClassName
{
border-color: #62FDD0;
}
</style>