#6DEBC2

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

Shades of Downy #6DEBC2

Tints of Downy #6DEBC2

Color information

#6DEBC2 (or 0x6DEBC2) is unknown color: approx Downy. HEX triplet: 6D, EB and C2. RGB value is (109,235,194). Sum of RGB (Red+Green+Blue) = 109+235+194=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBC2 is #92143D. Grayscale: #C0C0C0. Windows color (decimal): -9573438 or 12774253. OLE color: 12774253.

HSL color Cylindrical-coordinate representation of color #6DEBC2: hue angle of 160.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBC2 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB109235194-
CMYK0.5400.170.08
HSL160.48º75.9%67.45%-
HSV(B)160.48º53.62%92.16%-
XYZ45.7566.5661.48-
YUV192.65128.7668.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.26%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=20.26%
G=43.68%
B=36.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092351940.5400.170.08160.4875.967.45
Hex6DEBC2360118a04c43
Octal1553533026602110240114103
Binary1101101111010111100001011011001000110001010000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,235,194); }

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

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

 a { background-color: rgb(109,235,194); }

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

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

 span { border-color: rgb(109,235,194); }

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