Html Css Color HEX #5ADC9A Medium Aquamarine

📋 copy color: '#5ADC9A'

red 90 ◦ green 220 ◦ blue 154

#5ADC9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5ADC9A

Tints of Medium Aquamarine #5ADC9A

RGB

 RED value IS 90 (35.55% from 255) = 19.4%

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 19.4%
G = 47.41%
B = 33.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#5ADC9A (or 0x5ADC9A) is known color: Medium Aquamarine. HEX triplet: 5A, DC and 9A. RGB value is (90,220,154). Sum of RGB (Red+Green+Blue) = 90+220+154=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC9A is #A52365. Grayscale: #ADADAD. Windows color (decimal): -10822502 or 10148954. OLE color: 10148954.

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

Color convert

RGB 90 220 154 -
CMYK 0.59 0 0.3 0.14
HSL 149.54º 0.65% 0.61% -
HSV(B) 149.54º 0.59% 0.86% -
XYZ 35.64 55.69 39.44 -
YUV 173.61 116.93 68.37 -
System Red Green Blue C M Y K H S L
Decimal 90 220 154 0.59 0 0.3 0.14 149.54 0.65 0.61
Hex 5A DC 9A 3B 0 1E E 96 41 3D
Octal 132 334 232 73 0 36 16 226 101 75
Binary 1011010 11011100 10011010 111011 0 11110 1110 10010110 1000001 111101

Color Harmonies of #5ADC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC9A

Black with #5ADC9A

Text Example


Text Example

White with #5ADC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,220,154); }

 H1.HeaderClassName
 {
   color: #5ADC9A;
 }
 .AnyTagClassName
 {
   color: #5ADC9A;
 }
</style>

background-color css

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

 a { background-color: rgb(90,220,154); }

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

border-color css

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

 span { border-color: rgb(90,220,154); }

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