#6ADDBD

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

Shades of Downy #6ADDBD

Tints of Downy #6ADDBD

Color information

#6ADDBD (or 0x6ADDBD) is unknown color: approx Downy. HEX triplet: 6A, DD and BD. RGB value is (106,221,189). Sum of RGB (Red+Green+Blue) = 106+221+189=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDBD is #952242. Grayscale: #B6B6B6. Windows color (decimal): -9773635 or 12442986. OLE color: 12442986.

HSL color Cylindrical-coordinate representation of color #6ADDBD: hue angle of 163.3º degrees, saturation: 0.63, 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 #6ADDBD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB106221189-
CMYK0.5200.140.13
HSL163.3º62.84%64.12%-
HSV(B)163.3º52.04%86.67%-
XYZ40.9958.4557.27-
YUV182.97131.473.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=20.54%
G=42.83%
B=36.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1062211890.5200.140.13163.362.8464.12
Hex6ADDBD340EDa33f40
Octal152335275640161524377100
Binary11010101101110110111101110100011101101101000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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