#6EDEB9

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

Shades of Downy #6EDEB9

Tints of Downy #6EDEB9

Color information

#6EDEB9 (or 0x6EDEB9) is unknown color: approx Downy. HEX triplet: 6E, DE and B9. RGB value is (110,222,185). Sum of RGB (Red+Green+Blue) = 110+222+185=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEB9 is #912146. Grayscale: #B8B8B8. Windows color (decimal): -9511239 or 12181102. OLE color: 12181102.

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

Color convert

RGB110222185-
CMYK0.5000.170.13
HSL160.18º62.92%65.1%-
HSV(B)160.18º50.45%87.06%-
XYZ41.3159.0655.12-
YUV184.29128.3975.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.28%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=21.28%
G=42.94%
B=35.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102221850.5000.170.13160.1862.9265.1
Hex6EDEB932011Da03f41
Octal156336271620211524077101
Binary110111011011110101110011100100100011101101000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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