Html Css Color HEX #5ACDA1 Medium Aquamarine

📋 copy color: '#5ACDA1'

red 90 ◦ green 205 ◦ blue 161

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

Shades of Medium Aquamarine #5ACDA1

Tints of Medium Aquamarine #5ACDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 19.74%
G = 44.96%
B = 35.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#5ACDA1 (or 0x5ACDA1) is known color: Medium Aquamarine. HEX triplet: 5A, CD and A1. RGB value is (90,205,161). Sum of RGB (Red+Green+Blue) = 90+205+161=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDA1 is #A5325E. Grayscale: #A5A5A5. Windows color (decimal): -10826335 or 10603866. OLE color: 10603866.

HSL color Cylindrical-coordinate representation of color #5ACDA1: hue angle of 157.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDA1 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 161 -
CMYK 0.56 0 0.21 0.20
HSL 157.04º 0.53% 0.58% -
HSV(B) 157.04º 0.56% 0.8% -
XYZ 32.48 48.41 41.35 -
YUV 165.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 90 205 161 0.56 0 0.21 0.20 157.04 0.53 0.58
Hex 5A CD A1 38 0 15 14 9D 35 3A
Octal 132 315 241 70 0 25 24 235 65 72
Binary 1011010 11001101 10100001 111000 0 10101 10100 10011101 110101 111010

Color Harmonies of #5ACDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDA1

Black with #5ACDA1

Text Example


Text Example

White with #5ACDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,205,161); }

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

background-color css

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

 a { background-color: rgb(90,205,161); }

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

border-color css

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

 span { border-color: rgb(90,205,161); }

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