#6EE5C2

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

Shades of Downy #6EE5C2

Tints of Downy #6EE5C2

Color information

#6EE5C2 (or 0x6EE5C2) is unknown color: approx Downy. HEX triplet: 6E, E5 and C2. RGB value is (110,229,194). Sum of RGB (Red+Green+Blue) = 110+229+194=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5C2 is #911A3D. Grayscale: #BDBDBD. Windows color (decimal): -9509438 or 12772718. OLE color: 12772718.

HSL color Cylindrical-coordinate representation of color #6EE5C2: hue angle of 162.35º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE5C2 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB110229194-
CMYK0.5200.150.10
HSL162.35º69.59%66.47%-
HSV(B)162.35º51.97%89.8%-
XYZ44.1963.2560.92-
YUV189.43130.5871.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.64%
GREEN value IS 229 (89.84% from 255) = 42.96%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=20.64%
G=42.96%
B=36.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1102291940.5200.150.10162.3569.5966.47
Hex6EE5C2340FAa24642
Octal1563453026401712242106102
Binary110111011100101110000101101000111110101010001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,229,194); }

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

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

 a { background-color: rgb(110,229,194); }

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

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

 span { border-color: rgb(110,229,194); }

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