Shades of Aquamarine #61FFBC
Tints of Aquamarine #61FFBC
RGB
CMYK
RGB Variations
Color information
#61FFBC (or 0x61FFBC) is known color: Aquamarine. HEX triplet: 61, FF and BC. RGB value is (97,255,188). Sum of RGB (Red+Green+Blue) = 97+255+188=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFBC is #9E0043. Grayscale: #C8C8C8. Windows color (decimal): -10354756 or 12386145. OLE color: 12386145.
HSL color Cylindrical-coordinate representation of color #61FFBC: hue angle of 154.56º 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 #61FFBC is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 188 | - |
| CMYK | 0.62 | 0 | 0.26 | 0 |
| HSL | 154.56º | 1% | 0.69% | - |
| HSV(B) | 154.56º | 0.62% | 1% | - |
| XYZ | 49.77 | 77.69 | 59.95 | - |
| YUV | 200.12 | 121.15 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 188 | 0.62 | 0 | 0.26 | 0 | 154.56 | 1 | 0.69 |
| Hex | 61 | FF | BC | 3E | 0 | 1A | 0 | 9B | 64 | 45 |
| Octal | 141 | 377 | 274 | 76 | 0 | 32 | 0 | 233 | 144 | 105 |
| Binary | 1100001 | 11111111 | 10111100 | 111110 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000101 |
Color Harmonies of #61FFBC
Complementary color
Monochromatic Colors of #61FFBC
Black with #61FFBC
Text Example
Text Example
White with #61FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFBC; }
p { color: rgb(97,255,188); }
H1.HeaderClassName
{
color: #61FFBC;
}
.AnyTagClassName
{
color: #61FFBC;
}
</style>
background-color css
<style>
a { background-color: #61FFBC; }
a { background-color: rgb(97,255,188); }
div.DivClassName
{
background-color: #61FFBC;
}
.BgClassName
{
background-color: #61FFBC;
}
</style>
border-color css
<style>
span { border-color: #61FFBC; }
span { border-color: rgb(97,255,188); }
td.TdClassName
{
border-color: #61FFBC;
}
.TagClassName
{
border-color: #61FFBC;
}
</style>