#6EEDBF

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

Shades of Downy #6EEDBF

Tints of Downy #6EEDBF

Color information

#6EEDBF (or 0x6EEDBF) is unknown color: approx Downy. HEX triplet: 6E, ED and BF. RGB value is (110,237,191). Sum of RGB (Red+Green+Blue) = 110+237+191=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBF is #911240. Grayscale: #C1C1C1. Windows color (decimal): -9507393 or 12578158. OLE color: 12578158.

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

Color convert

RGB110237191-
CMYK0.5400.190.07
HSL158.27º77.91%68.04%-
HSV(B)158.27º53.59%92.94%-
XYZ46.1267.6459.92-
YUV193.78126.4268.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.45%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 191 (75% from 255) = 35.50%
R=20.45%
G=44.05%
B=35.50%

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
Decimal1102371910.5400.190.07158.2777.9168.04
Hex6EEDBF3601379e4e44
Octal156355277660237236116104
Binary110111011101101101111111101100100111111001111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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