#5DECBE

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

Shades of Downy #5DECBE

Tints of Downy #5DECBE

Color information

#5DECBE (or 0x5DECBE) is unknown color: approx Downy. HEX triplet: 5D, EC and BE. RGB value is (93,236,190). Sum of RGB (Red+Green+Blue) = 93+236+190=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECBE is #A21341. Grayscale: #BCBCBC. Windows color (decimal): -10621762 or 12512349. OLE color: 12512349.

HSL color Cylindrical-coordinate representation of color #5DECBE: hue angle of 160.7º degrees, saturation: 0.79, 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 #5DECBE is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB93236190-
CMYK0.6100.190.07
HSL160.7º79.01%64.51%-
HSV(B)160.7º60.59%92.55%-
XYZ43.866.0459.15-
YUV188129.1260.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.92%
GREEN value IS 236 (92.58% from 255) = 45.47%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=17.92%
G=45.47%
B=36.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932361900.6100.190.07160.779.0164.51
Hex5DECBE3D0137a14f41
Octal135354276750237241117101
Binary101110111101100101111101111010100111111010000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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