Shades of Medium Aquamarine #62DCAA
Tints of Medium Aquamarine #62DCAA
RGB
CMYK
RGB Variations
Color information
#62DCAA (or 0x62DCAA) is known color: Medium Aquamarine. HEX triplet: 62, DC and AA. RGB value is (98,220,170). Sum of RGB (Red+Green+Blue) = 98+220+170=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DCAA is #9D2355. Grayscale: #B1B1B1. Windows color (decimal): -10298198 or 11197538. OLE color: 11197538.
HSL color Cylindrical-coordinate representation of color #62DCAA: hue angle of 155.41º 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 #62DCAA is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 170 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.14 |
| HSL | 155.41º | 0.64% | 0.62% | - |
| HSV(B) | 155.41º | 0.55% | 0.86% | - |
| XYZ | 37.89 | 56.69 | 46.97 | - |
| YUV | 177.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 170 | 0.55 | 0 | 0.23 | 0.14 | 155.41 | 0.64 | 0.62 |
| Hex | 62 | DC | AA | 37 | 0 | 17 | E | 9B | 40 | 3E |
| Octal | 142 | 334 | 252 | 67 | 0 | 27 | 16 | 233 | 100 | 76 |
| Binary | 1100010 | 11011100 | 10101010 | 110111 | 0 | 10111 | 1110 | 10011011 | 1000000 | 111110 |
Color Harmonies of #62DCAA
Complementary color
Monochromatic Colors of #62DCAA
Black with #62DCAA
Text Example
Text Example
White with #62DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCAA; }
p { color: rgb(98,220,170); }
H1.HeaderClassName
{
color: #62DCAA;
}
.AnyTagClassName
{
color: #62DCAA;
}
</style>
background-color css
<style>
a { background-color: #62DCAA; }
a { background-color: rgb(98,220,170); }
div.DivClassName
{
background-color: #62DCAA;
}
.BgClassName
{
background-color: #62DCAA;
}
</style>
border-color css
<style>
span { border-color: #62DCAA; }
span { border-color: rgb(98,220,170); }
td.TdClassName
{
border-color: #62DCAA;
}
.TagClassName
{
border-color: #62DCAA;
}
</style>