#5AD1BA

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

Shades of Downy #5AD1BA

Tints of Downy #5AD1BA

Color information

#5AD1BA (or 0x5AD1BA) is unknown color: approx Downy. HEX triplet: 5A, D1 and BA. RGB value is (90,209,186). Sum of RGB (Red+Green+Blue) = 90+209+186=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1BA is #A52E45. Grayscale: #AAAAAA. Windows color (decimal): -10825286 or 12243290. OLE color: 12243290.

HSL color Cylindrical-coordinate representation of color #5AD1BA: hue angle of 168.4º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD1BA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB90209186-
CMYK0.5700.110.18
HSL168.4º56.4%58.63%-
HSV(B)168.4º56.94%81.96%-
XYZ35.8851.3254.47-
YUV170.8136.5870.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.56%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=18.56%
G=43.09%
B=38.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902091860.5700.110.18168.456.458.63
Hex5AD1BA390B12a8383b
Octal13232127271013222507073
Binary10110101101000110111010111001010111001010101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,209,186); }

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

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

 a { background-color: rgb(90,209,186); }

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

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

 span { border-color: rgb(90,209,186); }

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