Shades of Aquamarine #5EFDDC
Tints of Aquamarine #5EFDDC
RGB
CMYK
RGB Variations
Color information
#5EFDDC (or 0x5EFDDC) is known color: Aquamarine. HEX triplet: 5E, FD and DC. RGB value is (94,253,220). Sum of RGB (Red+Green+Blue) = 94+253+220=567 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.58% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDDC is #A10223. Grayscale: #C9C9C9. Windows color (decimal): -10551844 or 14482782. OLE color: 14482782.
HSL color Cylindrical-coordinate representation of color #5EFDDC: hue angle of 167.55º 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 #5EFDDC is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 220 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.01 |
| HSL | 167.55º | 0.98% | 0.68% | - |
| HSV(B) | 167.55º | 0.63% | 0.99% | - |
| XYZ | 52.66 | 77.8 | 79.95 | - |
| YUV | 201.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 220 | 0.63 | 0 | 0.13 | 0.01 | 167.55 | 0.98 | 0.68 |
| Hex | 5E | FD | DC | 3F | 0 | D | 1 | A8 | 62 | 44 |
| Octal | 136 | 375 | 334 | 77 | 0 | 15 | 1 | 250 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11011100 | 111111 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #5EFDDC
Complementary color
Monochromatic Colors of #5EFDDC
Black with #5EFDDC
Text Example
Text Example
White with #5EFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDDC; }
p { color: rgb(94,253,220); }
H1.HeaderClassName
{
color: #5EFDDC;
}
.AnyTagClassName
{
color: #5EFDDC;
}
</style>
background-color css
<style>
a { background-color: #5EFDDC; }
a { background-color: rgb(94,253,220); }
div.DivClassName
{
background-color: #5EFDDC;
}
.BgClassName
{
background-color: #5EFDDC;
}
</style>
border-color css
<style>
span { border-color: #5EFDDC; }
span { border-color: rgb(94,253,220); }
td.TdClassName
{
border-color: #5EFDDC;
}
.TagClassName
{
border-color: #5EFDDC;
}
</style>