Shades of Aquamarine #5EFCBB
Tints of Aquamarine #5EFCBB
RGB
CMYK
RGB Variations
Color information
#5EFCBB (or 0x5EFCBB) is known color: Aquamarine. HEX triplet: 5E, FC and BB. RGB value is (94,252,187). Sum of RGB (Red+Green+Blue) = 94+252+187=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCBB is #A10344. Grayscale: #C5C5C5. Windows color (decimal): -10552133 or 12319838. OLE color: 12319838.
HSL color Cylindrical-coordinate representation of color #5EFCBB: hue angle of 155.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFCBB is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 187 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.01 |
| HSL | 155.32º | 0.96% | 0.68% | - |
| HSV(B) | 155.32º | 0.63% | 0.99% | - |
| XYZ | 48.4 | 75.59 | 59.05 | - |
| YUV | 197.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 187 | 0.63 | 0 | 0.26 | 0.01 | 155.32 | 0.96 | 0.68 |
| Hex | 5E | FC | BB | 3F | 0 | 1A | 1 | 9B | 60 | 44 |
| Octal | 136 | 374 | 273 | 77 | 0 | 32 | 1 | 233 | 140 | 104 |
| Binary | 1011110 | 11111100 | 10111011 | 111111 | 0 | 11010 | 1 | 10011011 | 1100000 | 1000100 |
Color Harmonies of #5EFCBB
Complementary color
Monochromatic Colors of #5EFCBB
Black with #5EFCBB
Text Example
Text Example
White with #5EFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCBB; }
p { color: rgb(94,252,187); }
H1.HeaderClassName
{
color: #5EFCBB;
}
.AnyTagClassName
{
color: #5EFCBB;
}
</style>
background-color css
<style>
a { background-color: #5EFCBB; }
a { background-color: rgb(94,252,187); }
div.DivClassName
{
background-color: #5EFCBB;
}
.BgClassName
{
background-color: #5EFCBB;
}
</style>
border-color css
<style>
span { border-color: #5EFCBB; }
span { border-color: rgb(94,252,187); }
td.TdClassName
{
border-color: #5EFCBB;
}
.TagClassName
{
border-color: #5EFCBB;
}
</style>