#5DCEBA

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

Shades of Downy #5DCEBA

Tints of Downy #5DCEBA

Color information

#5DCEBA (or 0x5DCEBA) is unknown color: approx Downy. HEX triplet: 5D, CE and BA. RGB value is (93,206,186). Sum of RGB (Red+Green+Blue) = 93+206+186=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBA is #A23145. Grayscale: #A9A9A9. Windows color (decimal): -10629446 or 12242525. OLE color: 12242525.

HSL color Cylindrical-coordinate representation of color #5DCEBA: hue angle of 169.38º 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 #5DCEBA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB93206186-
CMYK0.5500.100.19
HSL169.38º53.55%58.63%-
HSV(B)169.38º54.85%80.78%-
XYZ35.4550.0154.24-
YUV169.93137.0673.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=19.18%
G=42.47%
B=38.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061860.5500.100.19169.3853.5558.63
Hex5DCEBA370A13a9363b
Octal13531627267012232516673
Binary10111011100111010111010110111010101001110101001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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