#5ED998

Color #5ED998 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5ED998

Tints of Medium Aquamarine #5ED998

Color information

#5ED998 (or 0x5ED998) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D9 and 98. RGB value is (94,217,152). Sum of RGB (Red+Green+Blue) = 94+217+152=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED998 is #A12667. Grayscale: #ACACAC. Windows color (decimal): -10561128 or 10017118. OLE color: 10017118.

HSL color Cylindrical-coordinate representation of color #5ED998: hue angle of 148.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED998 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB94217152-
CMYK0.5700.300.15
HSL148.29º61.81%60.98%-
HSV(B)148.29º56.68%85.1%-
XYZ35.154.2738.33-
YUV172.81116.2571.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 20.30%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=20.30%
G=46.87%
B=32.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171520.5700.300.15148.2961.8160.98
Hex5ED9983901EF943e3d
Octal13633123071036172247675
Binary10111101101100110011000111001011110111110010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ED998; }

 p { color: rgb(94,217,152); }

 H1.HeaderClassName
 {
   color: #5ED998;
 }
 .AnyTagClassName
 {
   color: #5ED998;
 }
</style>
background-color css

<style>
 a { background-color: #5ED998; }

 a { background-color: rgb(94,217,152); }

 div.DivClassName
 {
   background-color: #5ED998;
 }
 .BgClassName
 {
   background-color: #5ED998;
 }
</style>
border-color css

<style>
 span { border-color: #5ED998; }

 span { border-color: rgb(94,217,152); }

 td.TdClassName
 {
   border-color: #5ED998;
 }
 .TagClassName
 {
   border-color: #5ED998;
 }
</style>