Html Css Color HEX #5ACDA2 Medium Aquamarine

📋 copy color: '#5ACDA2'

red 90 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #5ACDA2

Tints of Medium Aquamarine #5ACDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 19.69%
G = 44.86%
B = 35.45%

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

#5ACDA2 (or 0x5ACDA2) is known color: Medium Aquamarine. HEX triplet: 5A, CD and A2. RGB value is (90,205,162). Sum of RGB (Red+Green+Blue) = 90+205+162=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDA2 is #A5325D. Grayscale: #A5A5A5. Windows color (decimal): -10826334 or 10669402. OLE color: 10669402.

HSL color Cylindrical-coordinate representation of color #5ACDA2: hue angle of 157.57º 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 #5ACDA2 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 162 -
CMYK 0.56 0 0.21 0.20
HSL 157.57º 0.53% 0.58% -
HSV(B) 157.57º 0.56% 0.8% -
XYZ 32.57 48.44 41.82 -
YUV 165.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 90 205 162 0.56 0 0.21 0.20 157.57 0.53 0.58
Hex 5A CD A2 38 0 15 14 9E 35 3A
Octal 132 315 242 70 0 25 24 236 65 72
Binary 1011010 11001101 10100010 111000 0 10101 10100 10011110 110101 111010

Color Harmonies of #5ACDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACDA2

Black with #5ACDA2

Text Example


Text Example

White with #5ACDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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