Shades of Medium Aquamarine #62DC9C
Tints of Medium Aquamarine #62DC9C
RGB
CMYK
RGB Variations
Color information
#62DC9C (or 0x62DC9C) is known color: Medium Aquamarine. HEX triplet: 62, DC and 9C. RGB value is (98,220,156). Sum of RGB (Red+Green+Blue) = 98+220+156=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DC9C is #9D2363. Grayscale: #B0B0B0. Windows color (decimal): -10298212 or 10280034. OLE color: 10280034.
HSL color Cylindrical-coordinate representation of color #62DC9C: hue angle of 148.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DC9C is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 156 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.14 |
| HSL | 148.52º | 0.64% | 0.62% | - |
| HSV(B) | 148.52º | 0.55% | 0.86% | - |
| XYZ | 36.63 | 56.18 | 40.37 | - |
| YUV | 176.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 156 | 0.55 | 0 | 0.29 | 0.14 | 148.52 | 0.64 | 0.62 |
| Hex | 62 | DC | 9C | 37 | 0 | 1D | E | 95 | 40 | 3E |
| Octal | 142 | 334 | 234 | 67 | 0 | 35 | 16 | 225 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10011100 | 110111 | 0 | 11101 | 1110 | 10010101 | 1000000 | 111110 |
Color Harmonies of #62DC9C
Complementary color
Monochromatic Colors of #62DC9C
Black with #62DC9C
Text Example
Text Example
White with #62DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC9C; }
p { color: rgb(98,220,156); }
H1.HeaderClassName
{
color: #62DC9C;
}
.AnyTagClassName
{
color: #62DC9C;
}
</style>
background-color css
<style>
a { background-color: #62DC9C; }
a { background-color: rgb(98,220,156); }
div.DivClassName
{
background-color: #62DC9C;
}
.BgClassName
{
background-color: #62DC9C;
}
</style>
border-color css
<style>
span { border-color: #62DC9C; }
span { border-color: rgb(98,220,156); }
td.TdClassName
{
border-color: #62DC9C;
}
.TagClassName
{
border-color: #62DC9C;
}
</style>