#5ACDA2

Color #5ACDA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5ACDA2

Tints of Medium Aquamarine #5ACDA2

Color information

#5ACDA2 (or 0x5ACDA2) is unknown color: approx 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

RGB90205162-
CMYK0.5600.210.20
HSL157.57º53.49%57.84%-
HSV(B)157.57º56.1%80.39%-
XYZ32.5748.4441.82-
YUV165.71125.974-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902051620.5600.210.20157.5753.4957.84
Hex5ACDA238015149e353a
Octal13231524270025242366572
Binary101101011001101101000101110000101011010010011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>