Shades of Aquamarine #62FFAF
Tints of Aquamarine #62FFAF
RGB
CMYK
RGB Variations
Color information
#62FFAF (or 0x62FFAF) is known color: Aquamarine. HEX triplet: 62, FF and AF. RGB value is (98,255,175). Sum of RGB (Red+Green+Blue) = 98+255+175=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62FFAF is #9D0050. Grayscale: #C7C7C7. Windows color (decimal): -10289233 or 11534178. OLE color: 11534178.
HSL color Cylindrical-coordinate representation of color #62FFAF: hue angle of 149.43º 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 #62FFAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 175 | - |
| CMYK | 0.62 | 0 | 0.31 | 0 |
| HSL | 149.43º | 1% | 0.69% | - |
| HSV(B) | 149.43º | 0.62% | 1% | - |
| XYZ | 48.53 | 77.21 | 52.9 | - |
| YUV | 198.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 175 | 0.62 | 0 | 0.31 | 0 | 149.43 | 1 | 0.69 |
| Hex | 62 | FF | AF | 3E | 0 | 1F | 0 | 95 | 64 | 45 |
| Octal | 142 | 377 | 257 | 76 | 0 | 37 | 0 | 225 | 144 | 105 |
| Binary | 1100010 | 11111111 | 10101111 | 111110 | 0 | 11111 | 0 | 10010101 | 1100100 | 1000101 |
Color Harmonies of #62FFAF
Complementary color
Monochromatic Colors of #62FFAF
Black with #62FFAF
Text Example
Text Example
White with #62FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFAF; }
p { color: rgb(98,255,175); }
H1.HeaderClassName
{
color: #62FFAF;
}
.AnyTagClassName
{
color: #62FFAF;
}
</style>
background-color css
<style>
a { background-color: #62FFAF; }
a { background-color: rgb(98,255,175); }
div.DivClassName
{
background-color: #62FFAF;
}
.BgClassName
{
background-color: #62FFAF;
}
</style>
border-color css
<style>
span { border-color: #62FFAF; }
span { border-color: rgb(98,255,175); }
td.TdClassName
{
border-color: #62FFAF;
}
.TagClassName
{
border-color: #62FFAF;
}
</style>