Html Css Color HEX #5AD9AA Medium Aquamarine

📋 copy color: '#5AD9AA'

red 90 ◦ green 217 ◦ blue 170

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

Shades of Medium Aquamarine #5AD9AA

Tints of Medium Aquamarine #5AD9AA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 18.87%
G = 45.49%
B = 35.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#5AD9AA (or 0x5AD9AA) is known color: Medium Aquamarine. HEX triplet: 5A, D9 and AA. RGB value is (90,217,170). Sum of RGB (Red+Green+Blue) = 90+217+170=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD9AA is #A52655. Grayscale: #ADADAD. Windows color (decimal): -10823254 or 11196762. OLE color: 11196762.

HSL color Cylindrical-coordinate representation of color #5AD9AA: hue angle of 157.8º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9AA is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 217 170 -
CMYK 0.59 0 0.22 0.15
HSL 157.8º 0.63% 0.6% -
HSV(B) 157.8º 0.59% 0.85% -
XYZ 36.29 54.7 46.68 -
YUV 173.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 90 217 170 0.59 0 0.22 0.15 157.8 0.63 0.6
Hex 5A D9 AA 3B 0 16 F 9E 3F 3C
Octal 132 331 252 73 0 26 17 236 77 74
Binary 1011010 11011001 10101010 111011 0 10110 1111 10011110 111111 111100

Color Harmonies of #5AD9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD9AA

Black with #5AD9AA

Text Example


Text Example

White with #5AD9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,217,170); }

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

background-color css

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

 a { background-color: rgb(90,217,170); }

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

border-color css

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

 span { border-color: rgb(90,217,170); }

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