Shades of Aquamarine #5EFADC
Tints of Aquamarine #5EFADC
RGB
CMYK
RGB Variations
Color information
#5EFADC (or 0x5EFADC) is known color: Aquamarine. HEX triplet: 5E, FA and DC. RGB value is (94,250,220). Sum of RGB (Red+Green+Blue) = 94+250+220=564 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.67% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFADC is #A10523. Grayscale: #C7C7C7. Windows color (decimal): -10552612 or 14482014. OLE color: 14482014.
HSL color Cylindrical-coordinate representation of color #5EFADC: hue angle of 168.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFADC is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 220 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.02 |
| HSL | 168.46º | 0.94% | 0.67% | - |
| HSV(B) | 168.46º | 0.62% | 0.98% | - |
| XYZ | 51.72 | 75.92 | 79.64 | - |
| YUV | 199.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 220 | 0.62 | 0 | 0.12 | 0.02 | 168.46 | 0.94 | 0.67 |
| Hex | 5E | FA | DC | 3E | 0 | C | 2 | A8 | 5E | 43 |
| Octal | 136 | 372 | 334 | 76 | 0 | 14 | 2 | 250 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11011100 | 111110 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000011 |
Color Harmonies of #5EFADC
Complementary color
Monochromatic Colors of #5EFADC
Black with #5EFADC
Text Example
Text Example
White with #5EFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFADC; }
p { color: rgb(94,250,220); }
H1.HeaderClassName
{
color: #5EFADC;
}
.AnyTagClassName
{
color: #5EFADC;
}
</style>
background-color css
<style>
a { background-color: #5EFADC; }
a { background-color: rgb(94,250,220); }
div.DivClassName
{
background-color: #5EFADC;
}
.BgClassName
{
background-color: #5EFADC;
}
</style>
border-color css
<style>
span { border-color: #5EFADC; }
span { border-color: rgb(94,250,220); }
td.TdClassName
{
border-color: #5EFADC;
}
.TagClassName
{
border-color: #5EFADC;
}
</style>