#6DE2C0

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

Shades of Downy #6DE2C0

Tints of Downy #6DE2C0

Color information

#6DE2C0 (or 0x6DE2C0) is unknown color: approx Downy. HEX triplet: 6D, E2 and C0. RGB value is (109,226,192). Sum of RGB (Red+Green+Blue) = 109+226+192=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2C0 is #921D3F. Grayscale: #BBBBBB. Windows color (decimal): -9575744 or 12640877. OLE color: 12640877.

HSL color Cylindrical-coordinate representation of color #6DE2C0: hue angle of 162.56º 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 #6DE2C0 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB109226192-
CMYK0.5200.150.11
HSL162.56º66.86%65.69%-
HSV(B)162.56º51.77%88.63%-
XYZ43.0261.4559.46-
YUV187.14130.7472.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 226 (88.67% from 255) = 42.88%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=20.68%
G=42.88%
B=36.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1092261920.5200.150.11162.5666.8665.69
Hex6DE2C0340FBa34342
Octal1553423006401713243103102
Binary110110111100010110000001101000111110111010001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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