#5DCEBD

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

Shades of Downy #5DCEBD

Tints of Downy #5DCEBD

Color information

#5DCEBD (or 0x5DCEBD) is unknown color: approx Downy. HEX triplet: 5D, CE and BD. RGB value is (93,206,189). Sum of RGB (Red+Green+Blue) = 93+206+189=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBD is #A23142. Grayscale: #AAAAAA. Windows color (decimal): -10629443 or 12439133. OLE color: 12439133.

HSL color Cylindrical-coordinate representation of color #5DCEBD: hue angle of 170.97º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEBD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB93206189-
CMYK0.5500.080.19
HSL170.97º53.55%58.63%-
HSV(B)170.97º54.85%80.78%-
XYZ35.7750.1455.94-
YUV170.27138.5672.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.06%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=19.06%
G=42.21%
B=38.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061890.5500.080.19170.9753.5558.63
Hex5DCEBD370813ab363b
Octal13531627567010232536673
Binary10111011100111010111101110111010001001110101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,206,189); }

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

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

 a { background-color: rgb(93,206,189); }

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

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

 span { border-color: rgb(93,206,189); }

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