Shades of Medium Aquamarine #62CAB2
Tints of Medium Aquamarine #62CAB2
RGB
CMYK
RGB Variations
Color information
#62CAB2 (or 0x62CAB2) is known color: Medium Aquamarine. HEX triplet: 62, CA and B2. RGB value is (98,202,178). Sum of RGB (Red+Green+Blue) = 98+202+178=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #62CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CAB2 is #9D354D. Grayscale: #A8A8A8. Windows color (decimal): -10302798 or 11717218. OLE color: 11717218.
HSL color Cylindrical-coordinate representation of color #62CAB2: hue angle of 166.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62CAB2 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 178 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.21 |
| HSL | 166.15º | 0.5% | 0.59% | - |
| HSV(B) | 166.15º | 0.51% | 0.79% | - |
| XYZ | 34.19 | 48.05 | 49.59 | - |
| YUV | 168.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 178 | 0.51 | 0 | 0.12 | 0.21 | 166.15 | 0.5 | 0.59 |
| Hex | 62 | CA | B2 | 33 | 0 | C | 15 | A6 | 32 | 3B |
| Octal | 142 | 312 | 262 | 63 | 0 | 14 | 25 | 246 | 62 | 73 |
| Binary | 1100010 | 11001010 | 10110010 | 110011 | 0 | 1100 | 10101 | 10100110 | 110010 | 111011 |
Color Harmonies of #62CAB2
Complementary color
Monochromatic Colors of #62CAB2
Black with #62CAB2
Text Example
Text Example
White with #62CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CAB2; }
p { color: rgb(98,202,178); }
H1.HeaderClassName
{
color: #62CAB2;
}
.AnyTagClassName
{
color: #62CAB2;
}
</style>
background-color css
<style>
a { background-color: #62CAB2; }
a { background-color: rgb(98,202,178); }
div.DivClassName
{
background-color: #62CAB2;
}
.BgClassName
{
background-color: #62CAB2;
}
</style>
border-color css
<style>
span { border-color: #62CAB2; }
span { border-color: rgb(98,202,178); }
td.TdClassName
{
border-color: #62CAB2;
}
.TagClassName
{
border-color: #62CAB2;
}
</style>