Shades of Aquamarine #5EFAD2
Tints of Aquamarine #5EFAD2
RGB
CMYK
RGB Variations
Color information
#5EFAD2 (or 0x5EFAD2) is known color: Aquamarine. HEX triplet: 5E, FA and D2. RGB value is (94,250,210). Sum of RGB (Red+Green+Blue) = 94+250+210=554 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.97% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAD2 is #A1052D. Grayscale: #C6C6C6. Windows color (decimal): -10552622 or 13826654. OLE color: 13826654.
HSL color Cylindrical-coordinate representation of color #5EFAD2: hue angle of 164.62º 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 #5EFAD2 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 210 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.02 |
| HSL | 164.62º | 0.94% | 0.67% | - |
| HSV(B) | 164.62º | 0.62% | 0.98% | - |
| XYZ | 50.43 | 75.4 | 72.87 | - |
| YUV | 198.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 210 | 0.62 | 0 | 0.16 | 0.02 | 164.62 | 0.94 | 0.67 |
| Hex | 5E | FA | D2 | 3E | 0 | 10 | 2 | A5 | 5E | 43 |
| Octal | 136 | 372 | 322 | 76 | 0 | 20 | 2 | 245 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11010010 | 111110 | 0 | 10000 | 10 | 10100101 | 1011110 | 1000011 |
Color Harmonies of #5EFAD2
Complementary color
Monochromatic Colors of #5EFAD2
Black with #5EFAD2
Text Example
Text Example
White with #5EFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAD2; }
p { color: rgb(94,250,210); }
H1.HeaderClassName
{
color: #5EFAD2;
}
.AnyTagClassName
{
color: #5EFAD2;
}
</style>
background-color css
<style>
a { background-color: #5EFAD2; }
a { background-color: rgb(94,250,210); }
div.DivClassName
{
background-color: #5EFAD2;
}
.BgClassName
{
background-color: #5EFAD2;
}
</style>
border-color css
<style>
span { border-color: #5EFAD2; }
span { border-color: rgb(94,250,210); }
td.TdClassName
{
border-color: #5EFAD2;
}
.TagClassName
{
border-color: #5EFAD2;
}
</style>