Shades of Aquamarine #62FAC0
Tints of Aquamarine #62FAC0
RGB
CMYK
RGB Variations
Color information
#62FAC0 (or 0x62FAC0) is known color: Aquamarine. HEX triplet: 62, FA and C0. RGB value is (98,250,192). Sum of RGB (Red+Green+Blue) = 98+250+192=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #62FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FAC0 is #9D053F. Grayscale: #C6C6C6. Windows color (decimal): -10290496 or 12647010. OLE color: 12647010.
HSL color Cylindrical-coordinate representation of color #62FAC0: hue angle of 157.11º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 250 | 192 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.02 |
| HSL | 157.11º | 0.94% | 0.68% | - |
| HSV(B) | 157.11º | 0.61% | 0.98% | - |
| XYZ | 48.74 | 74.77 | 61.73 | - |
| YUV | 197.94 | 124.64 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 250 | 192 | 0.61 | 0 | 0.23 | 0.02 | 157.11 | 0.94 | 0.68 |
| Hex | 62 | FA | C0 | 3D | 0 | 17 | 2 | 9D | 5E | 44 |
| Octal | 142 | 372 | 300 | 75 | 0 | 27 | 2 | 235 | 136 | 104 |
| Binary | 1100010 | 11111010 | 11000000 | 111101 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000100 |
Color Harmonies of #62FAC0
Complementary color
Monochromatic Colors of #62FAC0
Black with #62FAC0
Text Example
Text Example
White with #62FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FAC0; }
p { color: rgb(98,250,192); }
H1.HeaderClassName
{
color: #62FAC0;
}
.AnyTagClassName
{
color: #62FAC0;
}
</style>
background-color css
<style>
a { background-color: #62FAC0; }
a { background-color: rgb(98,250,192); }
div.DivClassName
{
background-color: #62FAC0;
}
.BgClassName
{
background-color: #62FAC0;
}
</style>
border-color css
<style>
span { border-color: #62FAC0; }
span { border-color: rgb(98,250,192); }
td.TdClassName
{
border-color: #62FAC0;
}
.TagClassName
{
border-color: #62FAC0;
}
</style>