Shades of Aquamarine #5EFCB3
Tints of Aquamarine #5EFCB3
RGB
CMYK
RGB Variations
Color information
#5EFCB3 (or 0x5EFCB3) is known color: Aquamarine. HEX triplet: 5E, FC and B3. RGB value is (94,252,179). Sum of RGB (Red+Green+Blue) = 94+252+179=525 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.90% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCB3 is #A1034C. Grayscale: #C4C4C4. Windows color (decimal): -10552141 or 11795550. OLE color: 11795550.
HSL color Cylindrical-coordinate representation of color #5EFCB3: hue angle of 152.28º 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 #5EFCB3 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 179 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.01 |
| HSL | 152.28º | 0.96% | 0.68% | - |
| HSV(B) | 152.28º | 0.63% | 0.99% | - |
| XYZ | 47.56 | 75.26 | 54.67 | - |
| YUV | 196.44 | 118.15 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 179 | 0.63 | 0 | 0.29 | 0.01 | 152.28 | 0.96 | 0.68 |
| Hex | 5E | FC | B3 | 3F | 0 | 1D | 1 | 98 | 60 | 44 |
| Octal | 136 | 374 | 263 | 77 | 0 | 35 | 1 | 230 | 140 | 104 |
| Binary | 1011110 | 11111100 | 10110011 | 111111 | 0 | 11101 | 1 | 10011000 | 1100000 | 1000100 |
Color Harmonies of #5EFCB3
Complementary color
Monochromatic Colors of #5EFCB3
Black with #5EFCB3
Text Example
Text Example
White with #5EFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCB3; }
p { color: rgb(94,252,179); }
H1.HeaderClassName
{
color: #5EFCB3;
}
.AnyTagClassName
{
color: #5EFCB3;
}
</style>
background-color css
<style>
a { background-color: #5EFCB3; }
a { background-color: rgb(94,252,179); }
div.DivClassName
{
background-color: #5EFCB3;
}
.BgClassName
{
background-color: #5EFCB3;
}
</style>
border-color css
<style>
span { border-color: #5EFCB3; }
span { border-color: rgb(94,252,179); }
td.TdClassName
{
border-color: #5EFCB3;
}
.TagClassName
{
border-color: #5EFCB3;
}
</style>