#6EDDBA

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

Shades of Downy #6EDDBA

Tints of Downy #6EDDBA

Color information

#6EDDBA (or 0x6EDDBA) is unknown color: approx Downy. HEX triplet: 6E, DD and BA. RGB value is (110,221,186). Sum of RGB (Red+Green+Blue) = 110+221+186=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDDBA is #912245. Grayscale: #B7B7B7. Windows color (decimal): -9511494 or 12246382. OLE color: 12246382.

HSL color Cylindrical-coordinate representation of color #6EDDBA: hue angle of 161.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDDBA is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB110221186-
CMYK0.5000.160.13
HSL161.08º62.01%64.9%-
HSV(B)161.08º50.23%86.67%-
XYZ41.1558.5755.59-
YUV183.82129.2375.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.28%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=21.28%
G=42.75%
B=35.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102211860.5000.160.13161.0862.0164.9
Hex6EDDBA32010Da13e41
Octal156335272620201524176101
Binary110111011011101101110101100100100001101101000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,221,186); }

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

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

 a { background-color: rgb(110,221,186); }

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

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

 span { border-color: rgb(110,221,186); }

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