Html Css Color HEX #5AD1A5 Medium Aquamarine

📋 copy color: '#5AD1A5'

red 90 ◦ green 209 ◦ blue 165

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

Shades of Medium Aquamarine #5AD1A5

Tints of Medium Aquamarine #5AD1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 19.4%
G = 45.04%
B = 35.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#5AD1A5 (or 0x5AD1A5) is known color: Medium Aquamarine. HEX triplet: 5A, D1 and A5. RGB value is (90,209,165). Sum of RGB (Red+Green+Blue) = 90+209+165=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD1A5 is #A52E5A. Grayscale: #A8A8A8. Windows color (decimal): -10825307 or 10867034. OLE color: 10867034.

HSL color Cylindrical-coordinate representation of color #5AD1A5: hue angle of 157.82º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD1A5 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 209 165 -
CMYK 0.57 0 0.21 0.18
HSL 157.82º 0.56% 0.59% -
HSV(B) 157.82º 0.57% 0.82% -
XYZ 33.81 50.49 43.56 -
YUV 168.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 90 209 165 0.57 0 0.21 0.18 157.82 0.56 0.59
Hex 5A D1 A5 39 0 15 12 9E 38 3B
Octal 132 321 245 71 0 25 22 236 70 73
Binary 1011010 11010001 10100101 111001 0 10101 10010 10011110 111000 111011

Color Harmonies of #5AD1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD1A5

Black with #5AD1A5

Text Example


Text Example

White with #5AD1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,209,165); }

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

background-color css

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

 a { background-color: rgb(90,209,165); }

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

border-color css

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

 span { border-color: rgb(90,209,165); }

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