Shades of Medium Aquamarine #62CDB4
Tints of Medium Aquamarine #62CDB4
RGB
CMYK
RGB Variations
Color information
#62CDB4 (or 0x62CDB4) is known color: Medium Aquamarine. HEX triplet: 62, CD and B4. RGB value is (98,205,180). Sum of RGB (Red+Green+Blue) = 98+205+180=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDB4 is #9D324B. Grayscale: #AAAAAA. Windows color (decimal): -10302028 or 11849058. OLE color: 11849058.
HSL color Cylindrical-coordinate representation of color #62CDB4: hue angle of 165.98º 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 #62CDB4 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 205 | 180 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.20 |
| HSL | 165.98º | 0.52% | 0.59% | - |
| HSV(B) | 165.98º | 0.52% | 0.8% | - |
| XYZ | 35.11 | 49.55 | 50.89 | - |
| YUV | 170.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 180 | 0.52 | 0 | 0.12 | 0.20 | 165.98 | 0.52 | 0.59 |
| Hex | 62 | CD | B4 | 34 | 0 | C | 14 | A6 | 34 | 3B |
| Octal | 142 | 315 | 264 | 64 | 0 | 14 | 24 | 246 | 64 | 73 |
| Binary | 1100010 | 11001101 | 10110100 | 110100 | 0 | 1100 | 10100 | 10100110 | 110100 | 111011 |
Color Harmonies of #62CDB4
Complementary color
Monochromatic Colors of #62CDB4
Black with #62CDB4
Text Example
Text Example
White with #62CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDB4; }
p { color: rgb(98,205,180); }
H1.HeaderClassName
{
color: #62CDB4;
}
.AnyTagClassName
{
color: #62CDB4;
}
</style>
background-color css
<style>
a { background-color: #62CDB4; }
a { background-color: rgb(98,205,180); }
div.DivClassName
{
background-color: #62CDB4;
}
.BgClassName
{
background-color: #62CDB4;
}
</style>
border-color css
<style>
span { border-color: #62CDB4; }
span { border-color: rgb(98,205,180); }
td.TdClassName
{
border-color: #62CDB4;
}
.TagClassName
{
border-color: #62CDB4;
}
</style>