#5DEDBB

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

Shades of Downy #5DEDBB

Tints of Downy #5DEDBB

Color information

#5DEDBB (or 0x5DEDBB) is unknown color: approx Downy. HEX triplet: 5D, ED and BB. RGB value is (93,237,187). Sum of RGB (Red+Green+Blue) = 93+237+187=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDBB is #A21244. Grayscale: #BCBCBC. Windows color (decimal): -10621509 or 12315997. OLE color: 12315997.

HSL color Cylindrical-coordinate representation of color #5DEDBB: hue angle of 159.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDBB is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB93237187-
CMYK0.6100.210.07
HSL159.17º80%64.71%-
HSV(B)159.17º60.76%92.94%-
XYZ43.7766.4857.54-
YUV188.24127.2960.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.99%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=17.99%
G=45.84%
B=36.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932371870.6100.210.07159.178064.71
Hex5DEDBB3D01579f5041
Octal135355273750257237120101
Binary101110111101101101110111111010101011111001111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,237,187); }

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

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

 a { background-color: rgb(93,237,187); }

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

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

 span { border-color: rgb(93,237,187); }

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