Shades of Aquamarine #62FFDB
Tints of Aquamarine #62FFDB
RGB
CMYK
RGB Variations
Color information
#62FFDB (or 0x62FFDB) is known color: Aquamarine. HEX triplet: 62, FF and DB. RGB value is (98,255,219). Sum of RGB (Red+Green+Blue) = 98+255+219=572 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.13% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FFDB is #9D0024. Grayscale: #CBCBCB. Windows color (decimal): -10289189 or 14417762. OLE color: 14417762.
HSL color Cylindrical-coordinate representation of color #62FFDB: hue angle of 166.24º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62FFDB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 219 | - |
| CMYK | 0.62 | 0 | 0.14 | 0 |
| HSL | 166.24º | 1% | 0.69% | - |
| HSV(B) | 166.24º | 0.62% | 1% | - |
| XYZ | 53.58 | 79.23 | 79.49 | - |
| YUV | 203.95 | 136.49 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 219 | 0.62 | 0 | 0.14 | 0 | 166.24 | 1 | 0.69 |
| Hex | 62 | FF | DB | 3E | 0 | E | 0 | A6 | 64 | 45 |
| Octal | 142 | 377 | 333 | 76 | 0 | 16 | 0 | 246 | 144 | 105 |
| Binary | 1100010 | 11111111 | 11011011 | 111110 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000101 |
Color Harmonies of #62FFDB
Complementary color
Monochromatic Colors of #62FFDB
Black with #62FFDB
Text Example
Text Example
White with #62FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFDB; }
p { color: rgb(98,255,219); }
H1.HeaderClassName
{
color: #62FFDB;
}
.AnyTagClassName
{
color: #62FFDB;
}
</style>
background-color css
<style>
a { background-color: #62FFDB; }
a { background-color: rgb(98,255,219); }
div.DivClassName
{
background-color: #62FFDB;
}
.BgClassName
{
background-color: #62FFDB;
}
</style>
border-color css
<style>
span { border-color: #62FFDB; }
span { border-color: rgb(98,255,219); }
td.TdClassName
{
border-color: #62FFDB;
}
.TagClassName
{
border-color: #62FFDB;
}
</style>