#5DE3C4

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

Shades of Downy #5DE3C4

Tints of Downy #5DE3C4

Color information

#5DE3C4 (or 0x5DE3C4) is unknown color: approx Downy. HEX triplet: 5D, E3 and C4. RGB value is (93,227,196). Sum of RGB (Red+Green+Blue) = 93+227+196=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE3C4 is #A21C3B. Grayscale: #B7B7B7. Windows color (decimal): -10624060 or 12903261. OLE color: 12903261.

HSL color Cylindrical-coordinate representation of color #5DE3C4: hue angle of 166.12º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE3C4 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB93227196-
CMYK0.5900.140.11
HSL166.12º70.53%62.75%-
HSV(B)166.12º59.03%89.02%-
XYZ41.9561.2561.84-
YUV183.4135.1163.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 227 (89.06% from 255) = 43.99%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=18.02%
G=43.99%
B=37.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932271960.5900.140.11166.1270.5362.75
Hex5DE3C43B0EBa6473f
Octal135343304730161324610777
Binary10111011110001111000100111011011101011101001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,227,196); }

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

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

 a { background-color: rgb(93,227,196); }

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

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

 span { border-color: rgb(93,227,196); }

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