Shades of Aquamarine #5EFDB3
Tints of Aquamarine #5EFDB3
RGB
CMYK
RGB Variations
Color information
#5EFDB3 (or 0x5EFDB3) is known color: Aquamarine. HEX triplet: 5E, FD and B3. RGB value is (94,253,179). Sum of RGB (Red+Green+Blue) = 94+253+179=526 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.87% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDB3 is #A1024C. Grayscale: #C5C5C5. Windows color (decimal): -10551885 or 11795806. OLE color: 11795806.
HSL color Cylindrical-coordinate representation of color #5EFDB3: hue angle of 152.08º degrees, saturation: 0.98, 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 #5EFDB3 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 179 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.01 |
| HSL | 152.08º | 0.98% | 0.68% | - |
| HSV(B) | 152.08º | 0.63% | 0.99% | - |
| XYZ | 47.88 | 75.88 | 54.77 | - |
| YUV | 197.02 | 117.82 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 179 | 0.63 | 0 | 0.29 | 0.01 | 152.08 | 0.98 | 0.68 |
| Hex | 5E | FD | B3 | 3F | 0 | 1D | 1 | 98 | 62 | 44 |
| Octal | 136 | 375 | 263 | 77 | 0 | 35 | 1 | 230 | 142 | 104 |
| Binary | 1011110 | 11111101 | 10110011 | 111111 | 0 | 11101 | 1 | 10011000 | 1100010 | 1000100 |
Color Harmonies of #5EFDB3
Complementary color
Monochromatic Colors of #5EFDB3
Black with #5EFDB3
Text Example
Text Example
White with #5EFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDB3; }
p { color: rgb(94,253,179); }
H1.HeaderClassName
{
color: #5EFDB3;
}
.AnyTagClassName
{
color: #5EFDB3;
}
</style>
background-color css
<style>
a { background-color: #5EFDB3; }
a { background-color: rgb(94,253,179); }
div.DivClassName
{
background-color: #5EFDB3;
}
.BgClassName
{
background-color: #5EFDB3;
}
</style>
border-color css
<style>
span { border-color: #5EFDB3; }
span { border-color: rgb(94,253,179); }
td.TdClassName
{
border-color: #5EFDB3;
}
.TagClassName
{
border-color: #5EFDB3;
}
</style>