#5DE4CB

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

Shades of Downy #5DE4CB

Tints of Downy #5DE4CB

Color information

#5DE4CB (or 0x5DE4CB) is unknown color: approx Downy. HEX triplet: 5D, E4 and CB. RGB value is (93,228,203). Sum of RGB (Red+Green+Blue) = 93+228+203=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE4CB is #A21B34. Grayscale: #B8B8B8. Windows color (decimal): -10623797 or 13362269. OLE color: 13362269.

HSL color Cylindrical-coordinate representation of color #5DE4CB: hue angle of 168.89º 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 #5DE4CB is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB93228203-
CMYK0.5900.110.11
HSL168.89º71.43%62.94%-
HSV(B)168.89º59.21%89.41%-
XYZ43.0462.1366.22-
YUV184.78138.2762.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.75%
GREEN value IS 228 (89.45% from 255) = 43.51%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=17.75%
G=43.51%
B=38.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932282030.5900.110.11168.8971.4362.94
Hex5DE4CB3B0BBa9473f
Octal135344313730131325110777
Binary10111011110010011001011111011010111011101010011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,228,203); }

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

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

 a { background-color: rgb(93,228,203); }

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

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

 span { border-color: rgb(93,228,203); }

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