Shades of Medium Aquamarine #62CDB0
Tints of Medium Aquamarine #62CDB0
RGB
CMYK
RGB Variations
Color information
#62CDB0 (or 0x62CDB0) is known color: Medium Aquamarine. HEX triplet: 62, CD and B0. RGB value is (98,205,176). Sum of RGB (Red+Green+Blue) = 98+205+176=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CDB0 is #9D324F. Grayscale: #A9A9A9. Windows color (decimal): -10302032 or 11586914. OLE color: 11586914.
HSL color Cylindrical-coordinate representation of color #62CDB0: hue angle of 163.74º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CDB0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 205 | 176 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.20 |
| HSL | 163.74º | 0.52% | 0.59% | - |
| HSV(B) | 163.74º | 0.52% | 0.8% | - |
| XYZ | 34.7 | 49.39 | 48.78 | - |
| YUV | 169.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 176 | 0.52 | 0 | 0.14 | 0.20 | 163.74 | 0.52 | 0.59 |
| Hex | 62 | CD | B0 | 34 | 0 | E | 14 | A4 | 34 | 3B |
| Octal | 142 | 315 | 260 | 64 | 0 | 16 | 24 | 244 | 64 | 73 |
| Binary | 1100010 | 11001101 | 10110000 | 110100 | 0 | 1110 | 10100 | 10100100 | 110100 | 111011 |
Color Harmonies of #62CDB0
Complementary color
Monochromatic Colors of #62CDB0
Black with #62CDB0
Text Example
Text Example
White with #62CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDB0; }
p { color: rgb(98,205,176); }
H1.HeaderClassName
{
color: #62CDB0;
}
.AnyTagClassName
{
color: #62CDB0;
}
</style>
background-color css
<style>
a { background-color: #62CDB0; }
a { background-color: rgb(98,205,176); }
div.DivClassName
{
background-color: #62CDB0;
}
.BgClassName
{
background-color: #62CDB0;
}
</style>
border-color css
<style>
span { border-color: #62CDB0; }
span { border-color: rgb(98,205,176); }
td.TdClassName
{
border-color: #62CDB0;
}
.TagClassName
{
border-color: #62CDB0;
}
</style>