#5DCAC0

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

Shades of Downy #5DCAC0

Tints of Downy #5DCAC0

Color information

#5DCAC0 (or 0x5DCAC0) is unknown color: approx Downy. HEX triplet: 5D, CA and C0. RGB value is (93,202,192). Sum of RGB (Red+Green+Blue) = 93+202+192=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAC0 is #A2353F. Grayscale: #A8A8A8. Windows color (decimal): -10630464 or 12634717. OLE color: 12634717.

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

Color convert

RGB93202192-
CMYK0.5400.050.21
HSL174.5º50.7%57.84%-
HSV(B)174.5º53.96%79.22%-
XYZ35.1548.3757.35-
YUV168.27141.3974.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.10%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=19.10%
G=41.48%
B=39.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021920.5400.050.21174.550.757.84
Hex5DCAC0360515ae333a
Octal1353123006605252566372
Binary1011101110010101100000011011001011010110101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,192); }

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

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

 a { background-color: rgb(93,202,192); }

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

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

 span { border-color: rgb(93,202,192); }

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