#5ACAB9

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

Shades of Downy #5ACAB9

Tints of Downy #5ACAB9

Color information

#5ACAB9 (or 0x5ACAB9) is unknown color: approx Downy. HEX triplet: 5A, CA and B9. RGB value is (90,202,185). Sum of RGB (Red+Green+Blue) = 90+202+185=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACAB9 is #A53546. Grayscale: #A6A6A6. Windows color (decimal): -10827079 or 12175962. OLE color: 12175962.

HSL color Cylindrical-coordinate representation of color #5ACAB9: hue angle of 170.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACAB9 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB90202185-
CMYK0.5500.080.21
HSL170.89º51.38%57.25%-
HSV(B)170.89º55.45%79.22%-
XYZ34.0947.9253.35-
YUV166.57138.3973.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.87%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=18.87%
G=42.35%
B=38.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902021850.5500.080.21170.8951.3857.25
Hex5ACAB9370815ab3339
Octal13231227167010252536371
Binary10110101100101010111001110111010001010110101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,202,185); }

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

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

 a { background-color: rgb(90,202,185); }

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

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

 span { border-color: rgb(90,202,185); }

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