Shades of Aquamarine #62FAC5
Tints of Aquamarine #62FAC5
RGB
CMYK
RGB Variations
Color information
#62FAC5 (or 0x62FAC5) is known color: Aquamarine. HEX triplet: 62, FA and C5. RGB value is (98,250,197). Sum of RGB (Red+Green+Blue) = 98+250+197=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #62FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FAC5 is #9D053A. Grayscale: #C6C6C6. Windows color (decimal): -10290491 or 12974690. OLE color: 12974690.
HSL color Cylindrical-coordinate representation of color #62FAC5: hue angle of 159.08º 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 #62FAC5 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 250 | 197 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.02 |
| HSL | 159.08º | 0.94% | 0.68% | - |
| HSV(B) | 159.08º | 0.61% | 0.98% | - |
| XYZ | 49.3 | 75 | 64.7 | - |
| YUV | 198.51 | 127.14 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 250 | 197 | 0.61 | 0 | 0.21 | 0.02 | 159.08 | 0.94 | 0.68 |
| Hex | 62 | FA | C5 | 3D | 0 | 15 | 2 | 9F | 5E | 44 |
| Octal | 142 | 372 | 305 | 75 | 0 | 25 | 2 | 237 | 136 | 104 |
| Binary | 1100010 | 11111010 | 11000101 | 111101 | 0 | 10101 | 10 | 10011111 | 1011110 | 1000100 |
Color Harmonies of #62FAC5
Complementary color
Monochromatic Colors of #62FAC5
Black with #62FAC5
Text Example
Text Example
White with #62FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FAC5; }
p { color: rgb(98,250,197); }
H1.HeaderClassName
{
color: #62FAC5;
}
.AnyTagClassName
{
color: #62FAC5;
}
</style>
background-color css
<style>
a { background-color: #62FAC5; }
a { background-color: rgb(98,250,197); }
div.DivClassName
{
background-color: #62FAC5;
}
.BgClassName
{
background-color: #62FAC5;
}
</style>
border-color css
<style>
span { border-color: #62FAC5; }
span { border-color: rgb(98,250,197); }
td.TdClassName
{
border-color: #62FAC5;
}
.TagClassName
{
border-color: #62FAC5;
}
</style>