#6DDCB5

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

Shades of Downy #6DDCB5

Tints of Downy #6DDCB5

Color information

#6DDCB5 (or 0x6DDCB5) is unknown color: approx Downy. HEX triplet: 6D, DC and B5. RGB value is (109,220,181). Sum of RGB (Red+Green+Blue) = 109+220+181=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCB5 is #92234A. Grayscale: #B6B6B6. Windows color (decimal): -9577291 or 11918445. OLE color: 11918445.

HSL color Cylindrical-coordinate representation of color #6DDCB5: hue angle of 158.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCB5 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB109220181-
CMYK0.5000.180.14
HSL158.92º61.33%64.51%-
HSV(B)158.92º50.45%86.27%-
XYZ40.2457.7752.75-
YUV182.36127.2375.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=21.37%
G=43.14%
B=35.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201810.5000.180.14158.9261.3364.51
Hex6DDCB532012E9f3d41
Octal155334265620221623775101
Binary110110111011100101101011100100100101110100111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,220,181); }

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

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

 a { background-color: rgb(109,220,181); }

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

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

 span { border-color: rgb(109,220,181); }

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