#6ECEC4

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

Shades of Downy #6ECEC4

Tints of Downy #6ECEC4

Color information

#6ECEC4 (or 0x6ECEC4) is unknown color: approx Downy. HEX triplet: 6E, CE and C4. RGB value is (110,206,196). Sum of RGB (Red+Green+Blue) = 110+206+196=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEC4 is #91313B. Grayscale: #B0B0B0. Windows color (decimal): -9515324 or 12897902. OLE color: 12897902.

HSL color Cylindrical-coordinate representation of color #6ECEC4: hue angle of 173.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECEC4 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB110206196-
CMYK0.4700.050.19
HSL173.75º49.48%61.96%-
HSV(B)173.75º46.6%80.78%-
XYZ38.4751.4460.13-
YUV176.16139.280.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.48%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=21.48%
G=40.23%
B=38.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1102061960.4700.050.19173.7549.4861.96
Hex6ECEC42F0513ae313e
Octal1563163045705232566176
Binary1101110110011101100010010111101011001110101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,206,196); }

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

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

 a { background-color: rgb(110,206,196); }

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

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

 span { border-color: rgb(110,206,196); }

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