Shades of Aquamarine #62F2CA
Tints of Aquamarine #62F2CA
RGB
CMYK
RGB Variations
Color information
#62F2CA (or 0x62F2CA) is known color: Aquamarine. HEX triplet: 62, F2 and CA. RGB value is (98,242,202). Sum of RGB (Red+Green+Blue) = 98+242+202=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F2CA is #9D0D35. Grayscale: #C2C2C2. Windows color (decimal): -10292534 or 13300322. OLE color: 13300322.
HSL color Cylindrical-coordinate representation of color #62F2CA: hue angle of 163.33º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2CA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 242 | 202 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.05 |
| HSL | 163.33º | 0.85% | 0.67% | - |
| HSV(B) | 163.33º | 0.6% | 0.95% | - |
| XYZ | 47.45 | 70.37 | 66.96 | - |
| YUV | 194.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 202 | 0.60 | 0 | 0.17 | 0.05 | 163.33 | 0.85 | 0.67 |
| Hex | 62 | F2 | CA | 3C | 0 | 11 | 5 | A3 | 55 | 43 |
| Octal | 142 | 362 | 312 | 74 | 0 | 21 | 5 | 243 | 125 | 103 |
| Binary | 1100010 | 11110010 | 11001010 | 111100 | 0 | 10001 | 101 | 10100011 | 1010101 | 1000011 |
Color Harmonies of #62F2CA
Complementary color
Monochromatic Colors of #62F2CA
Black with #62F2CA
Text Example
Text Example
White with #62F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2CA; }
p { color: rgb(98,242,202); }
H1.HeaderClassName
{
color: #62F2CA;
}
.AnyTagClassName
{
color: #62F2CA;
}
</style>
background-color css
<style>
a { background-color: #62F2CA; }
a { background-color: rgb(98,242,202); }
div.DivClassName
{
background-color: #62F2CA;
}
.BgClassName
{
background-color: #62F2CA;
}
</style>
border-color css
<style>
span { border-color: #62F2CA; }
span { border-color: rgb(98,242,202); }
td.TdClassName
{
border-color: #62F2CA;
}
.TagClassName
{
border-color: #62F2CA;
}
</style>