#6EEDBE

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

Shades of Downy #6EEDBE

Tints of Downy #6EEDBE

Color information

#6EEDBE (or 0x6EEDBE) is unknown color: approx Downy. HEX triplet: 6E, ED and BE. RGB value is (110,237,190). Sum of RGB (Red+Green+Blue) = 110+237+190=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBE is #911241. Grayscale: #C1C1C1. Windows color (decimal): -9507394 or 12512622. OLE color: 12512622.

HSL color Cylindrical-coordinate representation of color #6EEDBE: hue angle of 157.8º 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 #6EEDBE is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB110237190-
CMYK0.5400.200.07
HSL157.8º77.91%68.04%-
HSV(B)157.8º53.59%92.94%-
XYZ46.0167.659.34-
YUV193.67125.9268.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.48%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=20.48%
G=44.13%
B=35.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371900.5400.200.07157.877.9168.04
Hex6EEDBE3601479e4e44
Octal156355276660247236116104
Binary110111011101101101111101101100101001111001111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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