#6EDABE

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

Shades of Downy #6EDABE

Tints of Downy #6EDABE

Color information

#6EDABE (or 0x6EDABE) is unknown color: approx Downy. HEX triplet: 6E, DA and BE. RGB value is (110,218,190). Sum of RGB (Red+Green+Blue) = 110+218+190=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDABE is #912541. Grayscale: #B6B6B6. Windows color (decimal): -9512258 or 12507758. OLE color: 12507758.

HSL color Cylindrical-coordinate representation of color #6EDABE: hue angle of 164.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDABE is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB110218190-
CMYK0.5000.130.15
HSL164.44º59.34%64.31%-
HSV(B)164.44º49.54%85.49%-
XYZ40.857.1857.6-
YUV182.52132.2276.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.24%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=21.24%
G=42.08%
B=36.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102181900.5000.130.15164.4459.3464.31
Hex6EDABE320DFa43b40
Octal156332276620151724473100
Binary11011101101101010111110110010011011111101001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,218,190); }

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

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

 a { background-color: rgb(110,218,190); }

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

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

 span { border-color: rgb(110,218,190); }

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