#5ADBAF

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

Shades of Medium Aquamarine #5ADBAF

Tints of Medium Aquamarine #5ADBAF

Color information

#5ADBAF (or 0x5ADBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, DB and AF. RGB value is (90,219,175). Sum of RGB (Red+Green+Blue) = 90+219+175=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBAF is #A52450. Grayscale: #AFAFAF. Windows color (decimal): -10822737 or 11524954. OLE color: 11524954.

HSL color Cylindrical-coordinate representation of color #5ADBAF: hue angle of 159.53º degrees, saturation: 0.64, 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 #5ADBAF is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB90219175-
CMYK0.5900.200.14
HSL159.53º64.18%60.59%-
HSV(B)159.53º58.9%85.88%-
XYZ37.2955.9349.39-
YUV175.41127.7667.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=18.60%
G=45.25%
B=36.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902191750.5900.200.14159.5364.1860.59
Hex5ADBAF3B014Ea0403d
Octal132333257730241624010075
Binary101101011011011101011111110110101001110101000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,219,175); }

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

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

 a { background-color: rgb(90,219,175); }

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

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

 span { border-color: rgb(90,219,175); }

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