Html Css Color HEX #5ADC96 Medium Aquamarine

📋 copy color: '#5ADC96'

red 90 ◦ green 220 ◦ blue 150

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

Shades of Medium Aquamarine #5ADC96

Tints of Medium Aquamarine #5ADC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 19.57%
G = 47.83%
B = 32.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#5ADC96 (or 0x5ADC96) is known color: Medium Aquamarine. HEX triplet: 5A, DC and 96. RGB value is (90,220,150). Sum of RGB (Red+Green+Blue) = 90+220+150=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADC96 is #A52369. Grayscale: #ADADAD. Windows color (decimal): -10822506 or 9886810. OLE color: 9886810.

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

Color convert

RGB 90 220 150 -
CMYK 0.59 0 0.32 0.14
HSL 147.69º 0.65% 0.61% -
HSV(B) 147.69º 0.59% 0.86% -
XYZ 35.31 55.56 37.72 -
YUV 173.15 114.93 68.69 -
System Red Green Blue C M Y K H S L
Decimal 90 220 150 0.59 0 0.32 0.14 147.69 0.65 0.61
Hex 5A DC 96 3B 0 20 E 94 41 3D
Octal 132 334 226 73 0 40 16 224 101 75
Binary 1011010 11011100 10010110 111011 0 100000 1110 10010100 1000001 111101

Color Harmonies of #5ADC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADC96

Black with #5ADC96

Text Example


Text Example

White with #5ADC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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