#6DDEB6

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

Shades of Downy #6DDEB6

Tints of Downy #6DDEB6

Color information

#6DDEB6 (or 0x6DDEB6) is unknown color: approx Downy. HEX triplet: 6D, DE and B6. RGB value is (109,222,182). Sum of RGB (Red+Green+Blue) = 109+222+182=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEB6 is #922149. Grayscale: #B7B7B7. Windows color (decimal): -9576778 or 11984493. OLE color: 11984493.

HSL color Cylindrical-coordinate representation of color #6DDEB6: hue angle of 158.76º 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 #6DDEB6 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB109222182-
CMYK0.5100.180.13
HSL158.76º63.13%64.9%-
HSV(B)158.76º50.9%87.06%-
XYZ40.8758.8753.47-
YUV183.65127.0674.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.25%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=21.25%
G=43.27%
B=35.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092221820.5100.180.13158.7663.1364.9
Hex6DDEB633012D9f3f41
Octal155336266630221523777101
Binary110110111011110101101101100110100101101100111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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