#5ADBB0

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

Shades of Medium Aquamarine #5ADBB0

Tints of Medium Aquamarine #5ADBB0

Color information

#5ADBB0 (or 0x5ADBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, DB and B0. RGB value is (90,219,176). Sum of RGB (Red+Green+Blue) = 90+219+176=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBB0 is #A5244F. Grayscale: #AFAFAF. Windows color (decimal): -10822736 or 11590490. OLE color: 11590490.

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

Color convert

RGB90219176-
CMYK0.5900.200.14
HSL160º64.18%60.59%-
HSV(B)160º58.9%85.88%-
XYZ37.3855.9749.91-
YUV175.53128.2667-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.56%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=18.56%
G=45.15%
B=36.29%

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
Decimal902191760.5900.200.1416064.1860.59
Hex5ADBB03B014Ea0403d
Octal132333260730241624010075
Binary101101011011011101100001110110101001110101000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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