#5DCEBE

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

Shades of Downy #5DCEBE

Tints of Downy #5DCEBE

Color information

#5DCEBE (or 0x5DCEBE) is unknown color: approx Downy. HEX triplet: 5D, CE and BE. RGB value is (93,206,190). Sum of RGB (Red+Green+Blue) = 93+206+190=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCEBE is #A23141. Grayscale: #AAAAAA. Windows color (decimal): -10629442 or 12504669. OLE color: 12504669.

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

Color convert

RGB93206190-
CMYK0.5500.080.19
HSL171.5º53.55%58.63%-
HSV(B)171.5º54.85%80.78%-
XYZ35.8850.1956.51-
YUV170.39139.0672.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.02%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=19.02%
G=42.13%
B=38.85%

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
Decimal932061900.5500.080.19171.553.5558.63
Hex5DCEBE370813ac363b
Octal13531627667010232546673
Binary10111011100111010111110110111010001001110101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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