#5DE8BC

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

Shades of Downy #5DE8BC

Tints of Downy #5DE8BC

Color information

#5DE8BC (or 0x5DE8BC) is unknown color: approx Downy. HEX triplet: 5D, E8 and BC. RGB value is (93,232,188). Sum of RGB (Red+Green+Blue) = 93+232+188=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8BC is #A21743. Grayscale: #B9B9B9. Windows color (decimal): -10622788 or 12380253. OLE color: 12380253.

HSL color Cylindrical-coordinate representation of color #5DE8BC: hue angle of 161.01º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE8BC is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB93232188-
CMYK0.6000.190.09
HSL161.01º75.14%63.73%-
HSV(B)161.01º59.91%90.98%-
XYZ42.4563.6757.63-
YUV185.42129.4562.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.13%
GREEN value IS 232 (91.02% from 255) = 45.22%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=18.13%
G=45.22%
B=36.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932321880.6000.190.09161.0175.1463.73
Hex5DE8BC3C0139a14b40
Octal1353502747402311241113100
Binary1011101111010001011110011110001001110011010000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,232,188); }

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

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

 a { background-color: rgb(93,232,188); }

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

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

 span { border-color: rgb(93,232,188); }

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