Shades of Aquamarine #62FFBC
Tints of Aquamarine #62FFBC
RGB
CMYK
RGB Variations
Color information
#62FFBC (or 0x62FFBC) is known color: Aquamarine. HEX triplet: 62, FF and BC. RGB value is (98,255,188). Sum of RGB (Red+Green+Blue) = 98+255+188=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62FFBC is #9D0043. Grayscale: #C8C8C8. Windows color (decimal): -10289220 or 12386146. OLE color: 12386146.
HSL color Cylindrical-coordinate representation of color #62FFBC: hue angle of 154.39º 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 #62FFBC is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 188 | - |
| CMYK | 0.62 | 0 | 0.26 | 0 |
| HSL | 154.39º | 1% | 0.69% | - |
| HSV(B) | 154.39º | 0.62% | 1% | - |
| XYZ | 49.87 | 77.75 | 59.96 | - |
| YUV | 200.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 188 | 0.62 | 0 | 0.26 | 0 | 154.39 | 1 | 0.69 |
| Hex | 62 | FF | BC | 3E | 0 | 1A | 0 | 9A | 64 | 45 |
| Octal | 142 | 377 | 274 | 76 | 0 | 32 | 0 | 232 | 144 | 105 |
| Binary | 1100010 | 11111111 | 10111100 | 111110 | 0 | 11010 | 0 | 10011010 | 1100100 | 1000101 |
Color Harmonies of #62FFBC
Complementary color
Monochromatic Colors of #62FFBC
Black with #62FFBC
Text Example
Text Example
White with #62FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFBC; }
p { color: rgb(98,255,188); }
H1.HeaderClassName
{
color: #62FFBC;
}
.AnyTagClassName
{
color: #62FFBC;
}
</style>
background-color css
<style>
a { background-color: #62FFBC; }
a { background-color: rgb(98,255,188); }
div.DivClassName
{
background-color: #62FFBC;
}
.BgClassName
{
background-color: #62FFBC;
}
</style>
border-color css
<style>
span { border-color: #62FFBC; }
span { border-color: rgb(98,255,188); }
td.TdClassName
{
border-color: #62FFBC;
}
.TagClassName
{
border-color: #62FFBC;
}
</style>