#5DE6BD

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

Shades of Downy #5DE6BD

Tints of Downy #5DE6BD

Color information

#5DE6BD (or 0x5DE6BD) is unknown color: approx Downy. HEX triplet: 5D, E6 and BD. RGB value is (93,230,189). Sum of RGB (Red+Green+Blue) = 93+230+189=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #5DE6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE6BD is #A21942. Grayscale: #B8B8B8. Windows color (decimal): -10623299 or 12445277. OLE color: 12445277.

HSL color Cylindrical-coordinate representation of color #5DE6BD: hue angle of 162.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE6BD is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB93230189-
CMYK0.6000.180.10
HSL162.04º73.26%63.33%-
HSV(B)162.04º59.57%90.2%-
XYZ4262.5958.01-
YUV184.36130.6162.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.16%
GREEN value IS 230 (90.23% from 255) = 44.92%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=18.16%
G=44.92%
B=36.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal932301890.6000.180.10162.0473.2663.33
Hex5DE6BD3C012Aa2493f
Octal135346275740221224211177
Binary101110111100110101111011111000100101010101000101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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