Shades of Medium Aquamarine #62DDB0
Tints of Medium Aquamarine #62DDB0
RGB
CMYK
RGB Variations
Color information
#62DDB0 (or 0x62DDB0) is known color: Medium Aquamarine. HEX triplet: 62, DD and B0. RGB value is (98,221,176). Sum of RGB (Red+Green+Blue) = 98+221+176=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62DDB0 is #9D224F. Grayscale: #B3B3B3. Windows color (decimal): -10297936 or 11591010. OLE color: 11591010.
HSL color Cylindrical-coordinate representation of color #62DDB0: hue angle of 158.05º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DDB0 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 176 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.13 |
| HSL | 158.05º | 0.64% | 0.63% | - |
| HSV(B) | 158.05º | 0.56% | 0.87% | - |
| XYZ | 38.73 | 57.44 | 50.12 | - |
| YUV | 179.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 176 | 0.56 | 0 | 0.20 | 0.13 | 158.05 | 0.64 | 0.63 |
| Hex | 62 | DD | B0 | 38 | 0 | 14 | D | 9E | 40 | 3F |
| Octal | 142 | 335 | 260 | 70 | 0 | 24 | 15 | 236 | 100 | 77 |
| Binary | 1100010 | 11011101 | 10110000 | 111000 | 0 | 10100 | 1101 | 10011110 | 1000000 | 111111 |
Color Harmonies of #62DDB0
Complementary color
Monochromatic Colors of #62DDB0
Black with #62DDB0
Text Example
Text Example
White with #62DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDB0; }
p { color: rgb(98,221,176); }
H1.HeaderClassName
{
color: #62DDB0;
}
.AnyTagClassName
{
color: #62DDB0;
}
</style>
background-color css
<style>
a { background-color: #62DDB0; }
a { background-color: rgb(98,221,176); }
div.DivClassName
{
background-color: #62DDB0;
}
.BgClassName
{
background-color: #62DDB0;
}
</style>
border-color css
<style>
span { border-color: #62DDB0; }
span { border-color: rgb(98,221,176); }
td.TdClassName
{
border-color: #62DDB0;
}
.TagClassName
{
border-color: #62DDB0;
}
</style>