Shades of Aquamarine #62FADB
Tints of Aquamarine #62FADB
RGB
CMYK
RGB Variations
Color information
#62FADB (or 0x62FADB) is known color: Aquamarine. HEX triplet: 62, FA and DB. RGB value is (98,250,219). Sum of RGB (Red+Green+Blue) = 98+250+219=567 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.28% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #62FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FADB is #9D0524. Grayscale: #C8C8C8. Windows color (decimal): -10290469 or 14416482. OLE color: 14416482.
HSL color Cylindrical-coordinate representation of color #62FADB: hue angle of 167.76º 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 #62FADB is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 250 | 219 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.02 |
| HSL | 167.76º | 0.94% | 0.68% | - |
| HSV(B) | 167.76º | 0.61% | 0.98% | - |
| XYZ | 52.01 | 76.08 | 78.96 | - |
| YUV | 201.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 250 | 219 | 0.61 | 0 | 0.12 | 0.02 | 167.76 | 0.94 | 0.68 |
| Hex | 62 | FA | DB | 3D | 0 | C | 2 | A8 | 5E | 44 |
| Octal | 142 | 372 | 333 | 75 | 0 | 14 | 2 | 250 | 136 | 104 |
| Binary | 1100010 | 11111010 | 11011011 | 111101 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000100 |
Color Harmonies of #62FADB
Complementary color
Monochromatic Colors of #62FADB
Black with #62FADB
Text Example
Text Example
White with #62FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FADB; }
p { color: rgb(98,250,219); }
H1.HeaderClassName
{
color: #62FADB;
}
.AnyTagClassName
{
color: #62FADB;
}
</style>
background-color css
<style>
a { background-color: #62FADB; }
a { background-color: rgb(98,250,219); }
div.DivClassName
{
background-color: #62FADB;
}
.BgClassName
{
background-color: #62FADB;
}
</style>
border-color css
<style>
span { border-color: #62FADB; }
span { border-color: rgb(98,250,219); }
td.TdClassName
{
border-color: #62FADB;
}
.TagClassName
{
border-color: #62FADB;
}
</style>