Shades of Aquamarine #62FFB0
Tints of Aquamarine #62FFB0
RGB
CMYK
RGB Variations
Color information
#62FFB0 (or 0x62FFB0) is known color: Aquamarine. HEX triplet: 62, FF and B0. RGB value is (98,255,176). Sum of RGB (Red+Green+Blue) = 98+255+176=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62FFB0 is #9D004F. Grayscale: #C7C7C7. Windows color (decimal): -10289232 or 11599714. OLE color: 11599714.
HSL color Cylindrical-coordinate representation of color #62FFB0: hue angle of 149.81º 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 #62FFB0 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 176 | - |
| CMYK | 0.62 | 0 | 0.31 | 0 |
| HSL | 149.81º | 1% | 0.69% | - |
| HSV(B) | 149.81º | 0.62% | 1% | - |
| XYZ | 48.63 | 77.25 | 53.42 | - |
| YUV | 199.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 176 | 0.62 | 0 | 0.31 | 0 | 149.81 | 1 | 0.69 |
| Hex | 62 | FF | B0 | 3E | 0 | 1F | 0 | 96 | 64 | 45 |
| Octal | 142 | 377 | 260 | 76 | 0 | 37 | 0 | 226 | 144 | 105 |
| Binary | 1100010 | 11111111 | 10110000 | 111110 | 0 | 11111 | 0 | 10010110 | 1100100 | 1000101 |
Color Harmonies of #62FFB0
Complementary color
Monochromatic Colors of #62FFB0
Black with #62FFB0
Text Example
Text Example
White with #62FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFB0; }
p { color: rgb(98,255,176); }
H1.HeaderClassName
{
color: #62FFB0;
}
.AnyTagClassName
{
color: #62FFB0;
}
</style>
background-color css
<style>
a { background-color: #62FFB0; }
a { background-color: rgb(98,255,176); }
div.DivClassName
{
background-color: #62FFB0;
}
.BgClassName
{
background-color: #62FFB0;
}
</style>
border-color css
<style>
span { border-color: #62FFB0; }
span { border-color: rgb(98,255,176); }
td.TdClassName
{
border-color: #62FFB0;
}
.TagClassName
{
border-color: #62FFB0;
}
</style>