#5AD5AC

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

Shades of Medium Aquamarine #5AD5AC

Tints of Medium Aquamarine #5AD5AC

Color information

#5AD5AC (or 0x5AD5AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, D5 and AC. RGB value is (90,213,172). Sum of RGB (Red+Green+Blue) = 90+213+172=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD5AC is #A52A53. Grayscale: #ABABAB. Windows color (decimal): -10824276 or 11326810. OLE color: 11326810.

HSL color Cylindrical-coordinate representation of color #5AD5AC: hue angle of 160º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5AC is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB90213172-
CMYK0.5800.190.16
HSL160º59.42%59.41%-
HSV(B)160º57.75%83.53%-
XYZ35.4652.7447.34-
YUV171.55128.2569.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.95%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=18.95%
G=44.84%
B=36.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902131720.5800.190.1616059.4259.41
Hex5AD5AC3A01310a03b3b
Octal13232525472023202407373
Binary101101011010101101011001110100100111000010100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,213,172); }

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

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

 a { background-color: rgb(90,213,172); }

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

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

 span { border-color: rgb(90,213,172); }

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