#6ADEBD

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

Shades of Downy #6ADEBD

Tints of Downy #6ADEBD

Color information

#6ADEBD (or 0x6ADEBD) is unknown color: approx Downy. HEX triplet: 6A, DE and BD. RGB value is (106,222,189). Sum of RGB (Red+Green+Blue) = 106+222+189=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADEBD is #952142. Grayscale: #B7B7B7. Windows color (decimal): -9773379 or 12443242. OLE color: 12443242.

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

Color convert

RGB106222189-
CMYK0.5200.150.13
HSL162.93º63.74%64.31%-
HSV(B)162.93º52.25%87.06%-
XYZ41.2558.9857.35-
YUV183.55131.0772.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=20.50%
G=42.94%
B=36.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062221890.5200.150.13162.9363.7464.31
Hex6ADEBD340FDa34040
Octal1523362756401715243100100
Binary110101011011110101111011101000111111011010001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,222,189); }

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

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

 a { background-color: rgb(106,222,189); }

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

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

 span { border-color: rgb(106,222,189); }

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