Shades of Medium Aquamarine #5EE695
Tints of Medium Aquamarine #5EE695
RGB
CMYK
RGB Variations
Color information
#5EE695 (or 0x5EE695) is known color: Medium Aquamarine. HEX triplet: 5E, E6 and 95. RGB value is (94,230,149). Sum of RGB (Red+Green+Blue) = 94+230+149=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #5EE695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE695 is #A1196A. Grayscale: #B4B4B4. Windows color (decimal): -10557803 or 9823838. OLE color: 9823838.
HSL color Cylindrical-coordinate representation of color #5EE695: hue angle of 144.26º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE695 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 230 | 149 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.10 |
| HSL | 144.26º | 0.73% | 0.64% | - |
| HSV(B) | 144.26º | 0.59% | 0.9% | - |
| XYZ | 38.34 | 61.14 | 38.21 | - |
| YUV | 180.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 230 | 149 | 0.59 | 0 | 0.35 | 0.10 | 144.26 | 0.73 | 0.64 |
| Hex | 5E | E6 | 95 | 3B | 0 | 23 | A | 90 | 49 | 40 |
| Octal | 136 | 346 | 225 | 73 | 0 | 43 | 12 | 220 | 111 | 100 |
| Binary | 1011110 | 11100110 | 10010101 | 111011 | 0 | 100011 | 1010 | 10010000 | 1001001 | 1000000 |
Color Harmonies of #5EE695
Complementary color
Monochromatic Colors of #5EE695
Black with #5EE695
Text Example
Text Example
White with #5EE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE695; }
p { color: rgb(94,230,149); }
H1.HeaderClassName
{
color: #5EE695;
}
.AnyTagClassName
{
color: #5EE695;
}
</style>
background-color css
<style>
a { background-color: #5EE695; }
a { background-color: rgb(94,230,149); }
div.DivClassName
{
background-color: #5EE695;
}
.BgClassName
{
background-color: #5EE695;
}
</style>
border-color css
<style>
span { border-color: #5EE695; }
span { border-color: rgb(94,230,149); }
td.TdClassName
{
border-color: #5EE695;
}
.TagClassName
{
border-color: #5EE695;
}
</style>