Shades of Medium Aquamarine #62CDB5
Tints of Medium Aquamarine #62CDB5
RGB
CMYK
RGB Variations
Color information
#62CDB5 (or 0x62CDB5) is known color: Medium Aquamarine. HEX triplet: 62, CD and B5. RGB value is (98,205,181). Sum of RGB (Red+Green+Blue) = 98+205+181=484 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.25% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDB5 is #9D324A. Grayscale: #AAAAAA. Windows color (decimal): -10302027 or 11914594. OLE color: 11914594.
HSL color Cylindrical-coordinate representation of color #62CDB5: hue angle of 166.54º 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 #62CDB5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 205 | 181 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.20 |
| HSL | 166.54º | 0.52% | 0.59% | - |
| HSV(B) | 166.54º | 0.52% | 0.8% | - |
| XYZ | 35.21 | 49.6 | 51.43 | - |
| YUV | 170.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 181 | 0.52 | 0 | 0.12 | 0.20 | 166.54 | 0.52 | 0.59 |
| Hex | 62 | CD | B5 | 34 | 0 | C | 14 | A7 | 34 | 3B |
| Octal | 142 | 315 | 265 | 64 | 0 | 14 | 24 | 247 | 64 | 73 |
| Binary | 1100010 | 11001101 | 10110101 | 110100 | 0 | 1100 | 10100 | 10100111 | 110100 | 111011 |
Color Harmonies of #62CDB5
Complementary color
Monochromatic Colors of #62CDB5
Black with #62CDB5
Text Example
Text Example
White with #62CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDB5; }
p { color: rgb(98,205,181); }
H1.HeaderClassName
{
color: #62CDB5;
}
.AnyTagClassName
{
color: #62CDB5;
}
</style>
background-color css
<style>
a { background-color: #62CDB5; }
a { background-color: rgb(98,205,181); }
div.DivClassName
{
background-color: #62CDB5;
}
.BgClassName
{
background-color: #62CDB5;
}
</style>
border-color css
<style>
span { border-color: #62CDB5; }
span { border-color: rgb(98,205,181); }
td.TdClassName
{
border-color: #62CDB5;
}
.TagClassName
{
border-color: #62CDB5;
}
</style>