Html Css Color HEX #5ADC9C Medium Aquamarine

📋 copy color: '#5ADC9C'

red 90 ◦ green 220 ◦ blue 156

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

Shades of Medium Aquamarine #5ADC9C

Tints of Medium Aquamarine #5ADC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 19.31%
G = 47.21%
B = 33.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#5ADC9C (or 0x5ADC9C) is known color: Medium Aquamarine. HEX triplet: 5A, DC and 9C. RGB value is (90,220,156). Sum of RGB (Red+Green+Blue) = 90+220+156=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC9C is #A52363. Grayscale: #ADADAD. Windows color (decimal): -10822500 or 10280026. OLE color: 10280026.

HSL color Cylindrical-coordinate representation of color #5ADC9C: hue angle of 150.46º 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 #5ADC9C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 220 156 -
CMYK 0.59 0 0.29 0.14
HSL 150.46º 0.65% 0.61% -
HSV(B) 150.46º 0.59% 0.86% -
XYZ 35.81 55.76 40.33 -
YUV 173.83 117.93 68.2 -
System Red Green Blue C M Y K H S L
Decimal 90 220 156 0.59 0 0.29 0.14 150.46 0.65 0.61
Hex 5A DC 9C 3B 0 1D E 96 41 3D
Octal 132 334 234 73 0 35 16 226 101 75
Binary 1011010 11011100 10011100 111011 0 11101 1110 10010110 1000001 111101

Color Harmonies of #5ADC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC9C

Black with #5ADC9C

Text Example


Text Example

White with #5ADC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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