#6EEDC0

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

Shades of Downy #6EEDC0

Tints of Downy #6EEDC0

Color information

#6EEDC0 (or 0x6EEDC0) is unknown color: approx Downy. HEX triplet: 6E, ED and C0. RGB value is (110,237,192). Sum of RGB (Red+Green+Blue) = 110+237+192=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDC0 is #91123F. Grayscale: #C1C1C1. Windows color (decimal): -9507392 or 12643694. OLE color: 12643694.

HSL color Cylindrical-coordinate representation of color #6EEDC0: hue angle of 158.74º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDC0 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB110237192-
CMYK0.5400.190.07
HSL158.74º77.91%68.04%-
HSV(B)158.74º53.59%92.94%-
XYZ46.2367.6960.5-
YUV193.9126.9268.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.41%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=20.41%
G=43.97%
B=35.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371920.5400.190.07158.7477.9168.04
Hex6EEDC03601379f4e44
Octal156355300660237237116104
Binary110111011101101110000001101100100111111001111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,237,192); }

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

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

 a { background-color: rgb(110,237,192); }

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

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

 span { border-color: rgb(110,237,192); }

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