#6EEDBA

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

Shades of Downy #6EEDBA

Tints of Downy #6EEDBA

Color information

#6EEDBA (or 0x6EEDBA) is unknown color: approx Downy. HEX triplet: 6E, ED and BA. RGB value is (110,237,186). Sum of RGB (Red+Green+Blue) = 110+237+186=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDBA is #911245. Grayscale: #C1C1C1. Windows color (decimal): -9507398 or 12250478. OLE color: 12250478.

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

Color convert

RGB110237186-
CMYK0.5400.220.07
HSL155.91º77.91%68.04%-
HSV(B)155.91º53.59%92.94%-
XYZ45.5867.4357.07-
YUV193.21123.9268.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.64%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=20.64%
G=44.47%
B=34.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102371860.5400.220.07155.9177.9168.04
Hex6EEDBA3601679c4e44
Octal156355272660267234116104
Binary110111011101101101110101101100101101111001110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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