#6EDEB7

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

Shades of Downy #6EDEB7

Tints of Downy #6EDEB7

Color information

#6EDEB7 (or 0x6EDEB7) is unknown color: approx Downy. HEX triplet: 6E, DE and B7. RGB value is (110,222,183). Sum of RGB (Red+Green+Blue) = 110+222+183=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEB7 is #912148. Grayscale: #B8B8B8. Windows color (decimal): -9511241 or 12050030. OLE color: 12050030.

HSL color Cylindrical-coordinate representation of color #6EDEB7: hue angle of 159.11º 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 #6EDEB7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB110222183-
CMYK0.5000.180.13
HSL159.11º62.92%65.1%-
HSV(B)159.11º50.45%87.06%-
XYZ41.158.9854.02-
YUV184.07127.3975.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=21.36%
G=43.11%
B=35.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102221830.5000.180.13159.1162.9265.1
Hex6EDEB732012D9f3f41
Octal156336267620221523777101
Binary110111011011110101101111100100100101101100111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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