#6DDAB6

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

Shades of Downy #6DDAB6

Tints of Downy #6DDAB6

Color information

#6DDAB6 (or 0x6DDAB6) is unknown color: approx Downy. HEX triplet: 6D, DA and B6. RGB value is (109,218,182). Sum of RGB (Red+Green+Blue) = 109+218+182=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAB6 is #922549. Grayscale: #B5B5B5. Windows color (decimal): -9577802 or 11983469. OLE color: 11983469.

HSL color Cylindrical-coordinate representation of color #6DDAB6: hue angle of 160.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAB6 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB109218182-
CMYK0.500.170.15
HSL160.18º59.56%64.12%-
HSV(B)160.18º50%85.49%-
XYZ39.8256.7753.12-
YUV181.3128.3976.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=21.41%
G=42.83%
B=35.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181820.500.170.15160.1859.5664.12
Hex6DDAB632011Fa03c40
Octal155332266620211724074100
Binary110110111011010101101101100100100011111101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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