#6ED5B6

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

Shades of Downy #6ED5B6

Tints of Downy #6ED5B6

Color information

#6ED5B6 (or 0x6ED5B6) is unknown color: approx Downy. HEX triplet: 6E, D5 and B6. RGB value is (110,213,182). Sum of RGB (Red+Green+Blue) = 110+213+182=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5B6 is #912A49. Grayscale: #B2B2B2. Windows color (decimal): -9513546 or 11982190. OLE color: 11982190.

HSL color Cylindrical-coordinate representation of color #6ED5B6: hue angle of 161.94º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5B6 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB110213182-
CMYK0.4800.150.16
HSL161.94º55.08%63.33%-
HSV(B)161.94º48.36%83.53%-
XYZ38.6754.2852.7-
YUV178.67129.8879.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=21.78%
G=42.18%
B=36.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102131820.4800.150.16161.9455.0863.33
Hex6ED5B6300F10a2373f
Octal15632526660017202426777
Binary11011101101010110110110110000011111000010100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ED5B6; }

 p { color: rgb(110,213,182); }

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

<style>
 a { background-color: #6ED5B6; }

 a { background-color: rgb(110,213,182); }

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

<style>
 span { border-color: #6ED5B6; }

 span { border-color: rgb(110,213,182); }

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