#5ADCAA

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

Shades of Medium Aquamarine #5ADCAA

Tints of Medium Aquamarine #5ADCAA

Color information

#5ADCAA (or 0x5ADCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, DC and AA. RGB value is (90,220,170). Sum of RGB (Red+Green+Blue) = 90+220+170=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADCAA is #A52355. Grayscale: #AFAFAF. Windows color (decimal): -10822486 or 11197530. OLE color: 11197530.

HSL color Cylindrical-coordinate representation of color #5ADCAA: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCAA is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB90220170-
CMYK0.5900.230.14
HSL156.92º65%60.78%-
HSV(B)156.92º59.09%86.27%-
XYZ37.0756.2646.94-
YUV175.43124.9367.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.75%
GREEN value IS 220 (86.33% from 255) = 45.83%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=18.75%
G=45.83%
B=35.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902201700.5900.230.14156.926560.78
Hex5ADCAA3B017E9d413d
Octal132334252730271623510175
Binary101101011011100101010101110110101111110100111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,220,170); }

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

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

 a { background-color: rgb(90,220,170); }

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

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

 span { border-color: rgb(90,220,170); }

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