Shades of Medium Aquamarine #62CCB0
Tints of Medium Aquamarine #62CCB0
RGB
CMYK
RGB Variations
Color information
#62CCB0 (or 0x62CCB0) is known color: Medium Aquamarine. HEX triplet: 62, CC and B0. RGB value is (98,204,176). Sum of RGB (Red+Green+Blue) = 98+204+176=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #62CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CCB0 is #9D334F. Grayscale: #A9A9A9. Windows color (decimal): -10302288 or 11586658. OLE color: 11586658.
HSL color Cylindrical-coordinate representation of color #62CCB0: hue angle of 164.15º degrees, saturation: 0.51, 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 #62CCB0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 204 | 176 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.2 |
| HSL | 164.15º | 0.51% | 0.59% | - |
| HSV(B) | 164.15º | 0.52% | 0.8% | - |
| XYZ | 34.47 | 48.92 | 48.7 | - |
| YUV | 169.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 176 | 0.52 | 0 | 0.14 | 0.2 | 164.15 | 0.51 | 0.59 |
| Hex | 62 | CC | B0 | 34 | 0 | E | 14 | A4 | 33 | 3B |
| Octal | 142 | 314 | 260 | 64 | 0 | 16 | 24 | 244 | 63 | 73 |
| Binary | 1100010 | 11001100 | 10110000 | 110100 | 0 | 1110 | 10100 | 10100100 | 110011 | 111011 |
Color Harmonies of #62CCB0
Complementary color
Monochromatic Colors of #62CCB0
Black with #62CCB0
Text Example
Text Example
White with #62CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CCB0; }
p { color: rgb(98,204,176); }
H1.HeaderClassName
{
color: #62CCB0;
}
.AnyTagClassName
{
color: #62CCB0;
}
</style>
background-color css
<style>
a { background-color: #62CCB0; }
a { background-color: rgb(98,204,176); }
div.DivClassName
{
background-color: #62CCB0;
}
.BgClassName
{
background-color: #62CCB0;
}
</style>
border-color css
<style>
span { border-color: #62CCB0; }
span { border-color: rgb(98,204,176); }
td.TdClassName
{
border-color: #62CCB0;
}
.TagClassName
{
border-color: #62CCB0;
}
</style>