#6DE0C3

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

Shades of Downy #6DE0C3

Tints of Downy #6DE0C3

Color information

#6DE0C3 (or 0x6DE0C3) is unknown color: approx Downy. HEX triplet: 6D, E0 and C3. RGB value is (109,224,195). Sum of RGB (Red+Green+Blue) = 109+224+195=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE0C3 is #921F3C. Grayscale: #BABABA. Windows color (decimal): -9576253 or 12836973. OLE color: 12836973.

HSL color Cylindrical-coordinate representation of color #6DE0C3: hue angle of 164.87º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DE0C3 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB109224195-
CMYK0.5100.130.12
HSL164.87º64.97%65.29%-
HSV(B)164.87º51.34%87.84%-
XYZ42.8160.561.05-
YUV186.31132.972.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.64%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=20.64%
G=42.42%
B=36.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1092241950.5100.130.12164.8764.9765.29
Hex6DE0C3330DCa54141
Octal1553403036301514245101101
Binary110110111100000110000111100110110111001010010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,224,195); }

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

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

 a { background-color: rgb(109,224,195); }

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

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

 span { border-color: rgb(109,224,195); }

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