#5DE5C7

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

Shades of Downy #5DE5C7

Tints of Downy #5DE5C7

Color information

#5DE5C7 (or 0x5DE5C7) is unknown color: approx Downy. HEX triplet: 5D, E5 and C7. RGB value is (93,229,199). Sum of RGB (Red+Green+Blue) = 93+229+199=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #5DE5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE5C7 is #A21A38. Grayscale: #B8B8B8. Windows color (decimal): -10623545 or 13100381. OLE color: 13100381.

HSL color Cylindrical-coordinate representation of color #5DE5C7: hue angle of 166.76º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE5C7 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB93229199-
CMYK0.5900.130.10
HSL166.76º72.34%63.14%-
HSV(B)166.76º59.39%89.8%-
XYZ42.8462.4963.84-
YUV184.92135.9462.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.85%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=17.85%
G=43.95%
B=38.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal932291990.5900.130.10166.7672.3463.14
Hex5DE5C73B0DAa7483f
Octal135345307730151224711077
Binary10111011110010111000111111011011011010101001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,229,199); }

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

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

 a { background-color: rgb(93,229,199); }

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

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

 span { border-color: rgb(93,229,199); }

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