#5AEB9D

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

Shades of Medium Aquamarine #5AEB9D

Tints of Medium Aquamarine #5AEB9D

Color information

#5AEB9D (or 0x5AEB9D) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EB and 9D. RGB value is (90,235,157). Sum of RGB (Red+Green+Blue) = 90+235+157=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEB9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEB9D is #A51462. Grayscale: #B6B6B6. Windows color (decimal): -10818659 or 10349402. OLE color: 10349402.

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

Color convert

RGB90235157-
CMYK0.6200.330.08
HSL147.72º78.38%63.73%-
HSV(B)147.72º61.7%92.16%-
XYZ40.0164.0242.15-
YUV182.75113.4661.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 235 (92.19% from 255) = 48.76%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=18.67%
G=48.76%
B=32.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902351570.6200.330.08147.7278.3863.73
Hex5AEB9D3E0218944e40
Octal1323532357604110224116100
Binary10110101110101110011101111110010000110001001010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,235,157); }

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

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

 a { background-color: rgb(90,235,157); }

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

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

 span { border-color: rgb(90,235,157); }

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