#5AD5C3

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

Shades of Downy #5AD5C3

Tints of Downy #5AD5C3

Color information

#5AD5C3 (or 0x5AD5C3) is unknown color: approx Downy. HEX triplet: 5A, D5 and C3. RGB value is (90,213,195). Sum of RGB (Red+Green+Blue) = 90+213+195=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5C3 is #A52A3C. Grayscale: #AEAEAE. Windows color (decimal): -10824253 or 12834138. OLE color: 12834138.

HSL color Cylindrical-coordinate representation of color #5AD5C3: hue angle of 171.22º 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 #5AD5C3 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB90213195-
CMYK0.5800.080.16
HSL171.22º59.42%59.41%-
HSV(B)171.22º57.75%83.53%-
XYZ37.8653.760-
YUV174.17139.7567.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.07%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 195 (76.56% from 255) = 39.16%
R=18.07%
G=42.77%
B=39.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902131950.5800.080.16171.2259.4259.41
Hex5AD5C33A0810ab3b3b
Octal13232530372010202537373
Binary10110101101010111000011111010010001000010101011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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