#6DEFBE

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

Shades of Downy #6DEFBE

Tints of Downy #6DEFBE

Color information

#6DEFBE (or 0x6DEFBE) is unknown color: approx Downy. HEX triplet: 6D, EF and BE. RGB value is (109,239,190). Sum of RGB (Red+Green+Blue) = 109+239+190=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFBE is #921041. Grayscale: #C2C2C2. Windows color (decimal): -9572418 or 12513133. OLE color: 12513133.

HSL color Cylindrical-coordinate representation of color #6DEFBE: hue angle of 157.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFBE is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB109239190-
CMYK0.5400.210.06
HSL157.38º80.25%68.24%-
HSV(B)157.38º54.39%93.73%-
XYZ46.4768.759.53-
YUV194.54125.4366.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.26%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=20.26%
G=44.42%
B=35.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1092391900.5400.210.06157.3880.2568.24
Hex6DEFBE3601569d5044
Octal155357276660256235120104
Binary110110111101111101111101101100101011101001110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,239,190); }

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

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

 a { background-color: rgb(109,239,190); }

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

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

 span { border-color: rgb(109,239,190); }

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