#6DEACB

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

Shades of Downy #6DEACB

Tints of Downy #6DEACB

Color information

#6DEACB (or 0x6DEACB) is unknown color: approx Downy. HEX triplet: 6D, EA and CB. RGB value is (109,234,203). Sum of RGB (Red+Green+Blue) = 109+234+203=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEACB is #921534. Grayscale: #C1C1C1. Windows color (decimal): -9573685 or 13363821. OLE color: 13363821.

HSL color Cylindrical-coordinate representation of color #6DEACB: hue angle of 165.12º 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 #6DEACB is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB109234203-
CMYK0.5300.130.08
HSL165.12º74.85%67.25%-
HSV(B)165.12º53.42%91.76%-
XYZ46.5166.4166.87-
YUV193.09133.5968.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.96%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=19.96%
G=42.86%
B=37.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342030.5300.130.08165.1274.8567.25
Hex6DEACB350D8a54b43
Octal1553523136501510245113103
Binary110110111101010110010111101010110110001010010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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