Html Css Color HEX #5ADD9C Medium Aquamarine

📋 copy color: '#5ADD9C'

red 90 ◦ green 221 ◦ blue 156

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

Shades of Medium Aquamarine #5ADD9C

Tints of Medium Aquamarine #5ADD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

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

R = 19.27%
G = 47.32%
B = 33.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#5ADD9C (or 0x5ADD9C) is known color: Medium Aquamarine. HEX triplet: 5A, DD and 9C. RGB value is (90,221,156). Sum of RGB (Red+Green+Blue) = 90+221+156=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADD9C is #A52263. Grayscale: #AEAEAE. Windows color (decimal): -10822244 or 10280282. OLE color: 10280282.

HSL color Cylindrical-coordinate representation of color #5ADD9C: hue angle of 150.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD9C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 221 156 -
CMYK 0.59 0 0.29 0.13
HSL 150.23º 0.66% 0.61% -
HSV(B) 150.23º 0.59% 0.87% -
XYZ 36.07 56.29 40.42 -
YUV 174.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 90 221 156 0.59 0 0.29 0.13 150.23 0.66 0.61
Hex 5A DD 9C 3B 0 1D D 96 42 3D
Octal 132 335 234 73 0 35 15 226 102 75
Binary 1011010 11011101 10011100 111011 0 11101 1101 10010110 1000010 111101

Color Harmonies of #5ADD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADD9C

Black with #5ADD9C

Text Example


Text Example

White with #5ADD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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