Shades of Aquamarine #62FDB6
Tints of Aquamarine #62FDB6
RGB
CMYK
RGB Variations
Color information
#62FDB6 (or 0x62FDB6) is known color: Aquamarine. HEX triplet: 62, FD and B6. RGB value is (98,253,182). Sum of RGB (Red+Green+Blue) = 98+253+182=533 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.39% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #62FDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FDB6 is #9D0249. Grayscale: #C6C6C6. Windows color (decimal): -10289738 or 11992418. OLE color: 11992418.
HSL color Cylindrical-coordinate representation of color #62FDB6: hue angle of 152.52º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FDB6 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 253 | 182 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.01 |
| HSL | 152.52º | 0.97% | 0.69% | - |
| HSV(B) | 152.52º | 0.61% | 0.99% | - |
| XYZ | 48.61 | 76.22 | 56.41 | - |
| YUV | 198.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 253 | 182 | 0.61 | 0 | 0.28 | 0.01 | 152.52 | 0.97 | 0.69 |
| Hex | 62 | FD | B6 | 3D | 0 | 1C | 1 | 99 | 61 | 45 |
| Octal | 142 | 375 | 266 | 75 | 0 | 34 | 1 | 231 | 141 | 105 |
| Binary | 1100010 | 11111101 | 10110110 | 111101 | 0 | 11100 | 1 | 10011001 | 1100001 | 1000101 |
Color Harmonies of #62FDB6
Complementary color
Monochromatic Colors of #62FDB6
Black with #62FDB6
Text Example
Text Example
White with #62FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FDB6; }
p { color: rgb(98,253,182); }
H1.HeaderClassName
{
color: #62FDB6;
}
.AnyTagClassName
{
color: #62FDB6;
}
</style>
background-color css
<style>
a { background-color: #62FDB6; }
a { background-color: rgb(98,253,182); }
div.DivClassName
{
background-color: #62FDB6;
}
.BgClassName
{
background-color: #62FDB6;
}
</style>
border-color css
<style>
span { border-color: #62FDB6; }
span { border-color: rgb(98,253,182); }
td.TdClassName
{
border-color: #62FDB6;
}
.TagClassName
{
border-color: #62FDB6;
}
</style>