#6EE3D4

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

Shades of Downy #6EE3D4

Tints of Downy #6EE3D4

Color information

#6EE3D4 (or 0x6EE3D4) is unknown color: approx Downy. HEX triplet: 6E, E3 and D4. RGB value is (110,227,212). Sum of RGB (Red+Green+Blue) = 110+227+212=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #6EE3D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE3D4 is #911C2B. Grayscale: #BEBEBE. Windows color (decimal): -9509932 or 13951854. OLE color: 13951854.

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

Color convert

RGB110227212-
CMYK0.5200.070.11
HSL172.31º67.63%66.08%-
HSV(B)172.31º51.54%89.02%-
XYZ45.7863.0172.04-
YUV190.31140.2470.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.04%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=20.04%
G=41.35%
B=38.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1102272120.5200.070.11172.3167.6366.08
Hex6EE3D43407Bac4442
Octal156343324640713254104102
Binary11011101110001111010100110100011110111010110010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,227,212); }

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

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

 a { background-color: rgb(110,227,212); }

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

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

 span { border-color: rgb(110,227,212); }

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