#6DCABA

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

Shades of Downy #6DCABA

Tints of Downy #6DCABA

Color information

#6DCABA (or 0x6DCABA) is unknown color: approx Downy. HEX triplet: 6D, CA and BA. RGB value is (109,202,186). Sum of RGB (Red+Green+Blue) = 109+202+186=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABA is #923545. Grayscale: #ACACAC. Windows color (decimal): -9581894 or 12241517. OLE color: 12241517.

HSL color Cylindrical-coordinate representation of color #6DCABA: hue angle of 169.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCABA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB109202186-
CMYK0.4600.080.21
HSL169.68º46.73%60.98%-
HSV(B)169.68º46.04%79.22%-
XYZ36.2949.0454.01-
YUV172.37135.6982.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.93%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=21.93%
G=40.64%
B=37.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021860.4600.080.21169.6846.7360.98
Hex6DCABA2E0815aa2f3d
Octal15531227256010252525775
Binary11011011100101010111010101110010001010110101010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,186); }

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

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

 a { background-color: rgb(109,202,186); }

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

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

 span { border-color: rgb(109,202,186); }

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