#6DEAC3

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

Shades of Downy #6DEAC3

Tints of Downy #6DEAC3

Color information

#6DEAC3 (or 0x6DEAC3) is unknown color: approx Downy. HEX triplet: 6D, EA and C3. RGB value is (109,234,195). Sum of RGB (Red+Green+Blue) = 109+234+195=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAC3 is #92153C. Grayscale: #C0C0C0. Windows color (decimal): -9573693 or 12839533. OLE color: 12839533.

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

Color convert

RGB109234195-
CMYK0.5300.170.08
HSL161.28º74.85%67.25%-
HSV(B)161.28º53.42%91.76%-
XYZ45.5866.0461.97-
YUV192.18129.5968.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.26%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=20.26%
G=43.49%
B=36.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092341950.5300.170.08161.2874.8567.25
Hex6DEAC3350118a14b43
Octal1553523036502110241113103
Binary1101101111010101100001111010101000110001010000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,195); }

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

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

 a { background-color: rgb(109,234,195); }

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

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

 span { border-color: rgb(109,234,195); }

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