#5DEB94

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

Shades of Medium Aquamarine #5DEB94

Tints of Medium Aquamarine #5DEB94

Color information

#5DEB94 (or 0x5DEB94) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, EB and 94. RGB value is (93,235,148). Sum of RGB (Red+Green+Blue) = 93+235+148=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEB94 is #A2146B. Grayscale: #B6B6B6. Windows color (decimal): -10622060 or 9759581. OLE color: 9759581.

HSL color Cylindrical-coordinate representation of color #5DEB94: hue angle of 143.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEB94 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB93235148-
CMYK0.6000.370.08
HSL143.24º78.02%64.31%-
HSV(B)143.24º60.43%92.16%-
XYZ39.5763.8838.26-
YUV182.62108.4664.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.54%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=19.54%
G=49.37%
B=31.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932351480.6000.370.08143.2478.0264.31
Hex5DEB943C02588f4e40
Octal1353532247404510217116100
Binary10111011110101110010100111100010010110001000111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,235,148); }

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

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

 a { background-color: rgb(93,235,148); }

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

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

 span { border-color: rgb(93,235,148); }

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