Shades of Medium Aquamarine #62CDA6
Tints of Medium Aquamarine #62CDA6
RGB
CMYK
RGB Variations
Color information
#62CDA6 (or 0x62CDA6) is known color: Medium Aquamarine. HEX triplet: 62, CD and A6. RGB value is (98,205,166). Sum of RGB (Red+Green+Blue) = 98+205+166=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CDA6 is #9D3259. Grayscale: #A8A8A8. Windows color (decimal): -10302042 or 10931554. OLE color: 10931554.
HSL color Cylindrical-coordinate representation of color #62CDA6: hue angle of 158.13º 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 #62CDA6 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 205 | 166 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.20 |
| HSL | 158.13º | 0.52% | 0.59% | - |
| HSV(B) | 158.13º | 0.52% | 0.8% | - |
| XYZ | 33.75 | 49.01 | 43.76 | - |
| YUV | 168.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 166 | 0.52 | 0 | 0.19 | 0.20 | 158.13 | 0.52 | 0.59 |
| Hex | 62 | CD | A6 | 34 | 0 | 13 | 14 | 9E | 34 | 3B |
| Octal | 142 | 315 | 246 | 64 | 0 | 23 | 24 | 236 | 64 | 73 |
| Binary | 1100010 | 11001101 | 10100110 | 110100 | 0 | 10011 | 10100 | 10011110 | 110100 | 111011 |
Color Harmonies of #62CDA6
Complementary color
Monochromatic Colors of #62CDA6
Black with #62CDA6
Text Example
Text Example
White with #62CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDA6; }
p { color: rgb(98,205,166); }
H1.HeaderClassName
{
color: #62CDA6;
}
.AnyTagClassName
{
color: #62CDA6;
}
</style>
background-color css
<style>
a { background-color: #62CDA6; }
a { background-color: rgb(98,205,166); }
div.DivClassName
{
background-color: #62CDA6;
}
.BgClassName
{
background-color: #62CDA6;
}
</style>
border-color css
<style>
span { border-color: #62CDA6; }
span { border-color: rgb(98,205,166); }
td.TdClassName
{
border-color: #62CDA6;
}
.TagClassName
{
border-color: #62CDA6;
}
</style>