#5EDB98

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

Shades of Medium Aquamarine #5EDB98

Tints of Medium Aquamarine #5EDB98

Color information

#5EDB98 (or 0x5EDB98) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DB and 98. RGB value is (94,219,152). Sum of RGB (Red+Green+Blue) = 94+219+152=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDB98 is #A12467. Grayscale: #AEAEAE. Windows color (decimal): -10560616 or 10017630. OLE color: 10017630.

HSL color Cylindrical-coordinate representation of color #5EDB98: hue angle of 147.84º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDB98 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB94219152-
CMYK0.5700.310.14
HSL147.84º63.45%61.37%-
HSV(B)147.84º57.08%85.88%-
XYZ35.6255.3138.5-
YUV173.99115.5970.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 219 (85.94% from 255) = 47.10%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=20.22%
G=47.10%
B=32.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191520.5700.310.14147.8463.4561.37
Hex5EDB983901FE943f3d
Octal13633323071037162247775
Binary10111101101101110011000111001011111111010010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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