Shades of Aquamarine #62FFBB
Tints of Aquamarine #62FFBB
RGB
CMYK
RGB Variations
Color information
#62FFBB (or 0x62FFBB) is known color: Aquamarine. HEX triplet: 62, FF and BB. RGB value is (98,255,187). Sum of RGB (Red+Green+Blue) = 98+255+187=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FFBB is #9D0044. Grayscale: #C8C8C8. Windows color (decimal): -10289221 or 12320610. OLE color: 12320610.
HSL color Cylindrical-coordinate representation of color #62FFBB: hue angle of 154.01º 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 #62FFBB is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 187 | - |
| CMYK | 0.62 | 0 | 0.27 | 0 |
| HSL | 154.01º | 1% | 0.69% | - |
| HSV(B) | 154.01º | 0.62% | 1% | - |
| XYZ | 49.77 | 77.7 | 59.39 | - |
| YUV | 200.31 | 120.49 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 187 | 0.62 | 0 | 0.27 | 0 | 154.01 | 1 | 0.69 |
| Hex | 62 | FF | BB | 3E | 0 | 1B | 0 | 9A | 64 | 45 |
| Octal | 142 | 377 | 273 | 76 | 0 | 33 | 0 | 232 | 144 | 105 |
| Binary | 1100010 | 11111111 | 10111011 | 111110 | 0 | 11011 | 0 | 10011010 | 1100100 | 1000101 |
Color Harmonies of #62FFBB
Complementary color
Monochromatic Colors of #62FFBB
Black with #62FFBB
Text Example
Text Example
White with #62FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFBB; }
p { color: rgb(98,255,187); }
H1.HeaderClassName
{
color: #62FFBB;
}
.AnyTagClassName
{
color: #62FFBB;
}
</style>
background-color css
<style>
a { background-color: #62FFBB; }
a { background-color: rgb(98,255,187); }
div.DivClassName
{
background-color: #62FFBB;
}
.BgClassName
{
background-color: #62FFBB;
}
</style>
border-color css
<style>
span { border-color: #62FFBB; }
span { border-color: rgb(98,255,187); }
td.TdClassName
{
border-color: #62FFBB;
}
.TagClassName
{
border-color: #62FFBB;
}
</style>