#6DDEBA

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

Shades of Downy #6DDEBA

Tints of Downy #6DDEBA

Color information

#6DDEBA (or 0x6DDEBA) is unknown color: approx Downy. HEX triplet: 6D, DE and BA. RGB value is (109,222,186). Sum of RGB (Red+Green+Blue) = 109+222+186=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEBA is #922145. Grayscale: #B8B8B8. Windows color (decimal): -9576774 or 12246637. OLE color: 12246637.

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

Color convert

RGB109222186-
CMYK0.5100.160.13
HSL160.88º63.13%64.9%-
HSV(B)160.88º50.9%87.06%-
XYZ41.2959.0455.67-
YUV184.11129.0674.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.08%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=21.08%
G=42.94%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092221860.5100.160.13160.8863.1364.9
Hex6DDEBA33010Da13f41
Octal155336272630201524177101
Binary110110111011110101110101100110100001101101000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,222,186); }

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

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

 a { background-color: rgb(109,222,186); }

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

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

 span { border-color: rgb(109,222,186); }

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