#6EDEC4

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

Shades of Downy #6EDEC4

Tints of Downy #6EDEC4

Color information

#6EDEC4 (or 0x6EDEC4) is unknown color: approx Downy. HEX triplet: 6E, DE and C4. RGB value is (110,222,196). Sum of RGB (Red+Green+Blue) = 110+222+196=528 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.83% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEC4 is #91213B. Grayscale: #B9B9B9. Windows color (decimal): -9511228 or 12901998. OLE color: 12901998.

HSL color Cylindrical-coordinate representation of color #6EDEC4: hue angle of 166.07º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEC4 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB110222196-
CMYK0.5000.120.13
HSL166.07º62.92%65.1%-
HSV(B)166.07º50.45%87.06%-
XYZ42.5259.5461.48-
YUV185.55133.8974.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.83%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=20.83%
G=42.05%
B=37.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102221960.5000.120.13166.0762.9265.1
Hex6EDEC4320CDa63f41
Octal156336304620141524677101
Binary11011101101111011000100110010011001101101001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,222,196); }

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

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

 a { background-color: rgb(110,222,196); }

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

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

 span { border-color: rgb(110,222,196); }

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