#6DE2BE

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

Shades of Downy #6DE2BE

Tints of Downy #6DE2BE

Color information

#6DE2BE (or 0x6DE2BE) is unknown color: approx Downy. HEX triplet: 6D, E2 and BE. RGB value is (109,226,190). Sum of RGB (Red+Green+Blue) = 109+226+190=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2BE is #921D41. Grayscale: #BABABA. Windows color (decimal): -9575746 or 12509805. OLE color: 12509805.

HSL color Cylindrical-coordinate representation of color #6DE2BE: hue angle of 161.54º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE2BE is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB109226190-
CMYK0.5200.160.11
HSL161.54º66.86%65.69%-
HSV(B)161.54º51.77%88.63%-
XYZ42.861.3658.3-
YUV186.91129.7472.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.76%
GREEN value IS 226 (88.67% from 255) = 43.05%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=20.76%
G=43.05%
B=36.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092261900.5200.160.11161.5466.8665.69
Hex6DE2BE34010Ba24342
Octal1553422766402013242103102
Binary1101101111000101011111011010001000010111010001010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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