#6DEAC8

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

Shades of Downy #6DEAC8

Tints of Downy #6DEAC8

Color information

#6DEAC8 (or 0x6DEAC8) is unknown color: approx Downy. HEX triplet: 6D, EA and C8. RGB value is (109,234,200). Sum of RGB (Red+Green+Blue) = 109+234+200=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAC8 is #921537. Grayscale: #C0C0C0. Windows color (decimal): -9573688 or 13167213. OLE color: 13167213.

HSL color Cylindrical-coordinate representation of color #6DEAC8: hue angle of 163.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DEAC8 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB109234200-
CMYK0.5300.150.08
HSL163.68º74.85%67.25%-
HSV(B)163.68º53.42%91.76%-
XYZ46.1566.2765-
YUV192.75132.0968.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.07%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 200 (78.52% from 255) = 36.83%
R=20.07%
G=43.09%
B=36.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342000.5300.150.08163.6874.8567.25
Hex6DEAC8350F8a44b43
Octal1553523106501710244113103
Binary110110111101010110010001101010111110001010010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,200); }

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

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

 a { background-color: rgb(109,234,200); }

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

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

 span { border-color: rgb(109,234,200); }

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