Shades of Aquamarine #5EFFBC
Tints of Aquamarine #5EFFBC
RGB
CMYK
RGB Variations
Color information
#5EFFBC (or 0x5EFFBC) is known color: Aquamarine. HEX triplet: 5E, FF and BC. RGB value is (94,255,188). Sum of RGB (Red+Green+Blue) = 94+255+188=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFFBC is #A10043. Grayscale: #C7C7C7. Windows color (decimal): -10551364 or 12386142. OLE color: 12386142.
HSL color Cylindrical-coordinate representation of color #5EFFBC: hue angle of 155.03º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFBC is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 188 | - |
| CMYK | 0.63 | 0 | 0.26 | 0 |
| HSL | 155.03º | 1% | 0.68% | - |
| HSV(B) | 155.03º | 0.63% | 1% | - |
| XYZ | 49.45 | 77.53 | 59.94 | - |
| YUV | 199.22 | 121.66 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 188 | 0.63 | 0 | 0.26 | 0 | 155.03 | 1 | 0.68 |
| Hex | 5E | FF | BC | 3F | 0 | 1A | 0 | 9B | 64 | 44 |
| Octal | 136 | 377 | 274 | 77 | 0 | 32 | 0 | 233 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10111100 | 111111 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000100 |
Color Harmonies of #5EFFBC
Complementary color
Monochromatic Colors of #5EFFBC
Black with #5EFFBC
Text Example
Text Example
White with #5EFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFBC; }
p { color: rgb(94,255,188); }
H1.HeaderClassName
{
color: #5EFFBC;
}
.AnyTagClassName
{
color: #5EFFBC;
}
</style>
background-color css
<style>
a { background-color: #5EFFBC; }
a { background-color: rgb(94,255,188); }
div.DivClassName
{
background-color: #5EFFBC;
}
.BgClassName
{
background-color: #5EFFBC;
}
</style>
border-color css
<style>
span { border-color: #5EFFBC; }
span { border-color: rgb(94,255,188); }
td.TdClassName
{
border-color: #5EFFBC;
}
.TagClassName
{
border-color: #5EFFBC;
}
</style>