#5AD9C0

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

Shades of Downy #5AD9C0

Tints of Downy #5AD9C0

Color information

#5AD9C0 (or 0x5AD9C0) is unknown color: approx Downy. HEX triplet: 5A, D9 and C0. RGB value is (90,217,192). Sum of RGB (Red+Green+Blue) = 90+217+192=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9C0 is #A5263F. Grayscale: #B0B0B0. Windows color (decimal): -10823232 or 12638554. OLE color: 12638554.

HSL color Cylindrical-coordinate representation of color #5AD9C0: hue angle of 168.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9C0 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB90217192-
CMYK0.5900.120.15
HSL168.19º62.56%60.2%-
HSV(B)168.19º58.53%85.1%-
XYZ38.5455.6158.57-
YUV176.18136.9266.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.04%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=18.04%
G=43.49%
B=38.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171920.5900.120.15168.1962.5660.2
Hex5AD9C03B0CFa83f3c
Octal13233130073014172507774
Binary1011010110110011100000011101101100111110101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,192); }

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

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

 a { background-color: rgb(90,217,192); }

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

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

 span { border-color: rgb(90,217,192); }

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