#5ADEAE

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

Shades of Medium Aquamarine #5ADEAE

Tints of Medium Aquamarine #5ADEAE

Color information

#5ADEAE (or 0x5ADEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, DE and AE. RGB value is (90,222,174). Sum of RGB (Red+Green+Blue) = 90+222+174=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEAE is #A52151. Grayscale: #B1B1B1. Windows color (decimal): -10821970 or 11460186. OLE color: 11460186.

HSL color Cylindrical-coordinate representation of color #5ADEAE: hue angle of 158.18º degrees, saturation: 0.67, 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 #5ADEAE is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB90222174-
CMYK0.5900.220.13
HSL158.18º66.67%61.18%-
HSV(B)158.18º59.46%87.06%-
XYZ37.9857.4749.14-
YUV177.06126.2765.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.52%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=18.52%
G=45.68%
B=35.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902221740.5900.220.13158.1866.6761.18
Hex5ADEAE3B016D9e433d
Octal132336256730261523610375
Binary101101011011110101011101110110101101101100111101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,222,174); }

 H1.HeaderClassName
 {
   color: #5ADEAE;
 }
 .AnyTagClassName
 {
   color: #5ADEAE;
 }
</style>
background-color css

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

 a { background-color: rgb(90,222,174); }

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

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

 span { border-color: rgb(90,222,174); }

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