#6ECCC4

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

Shades of Downy #6ECCC4

Tints of Downy #6ECCC4

Color information

#6ECCC4 (or 0x6ECCC4) is unknown color: approx Downy. HEX triplet: 6E, CC and C4. RGB value is (110,204,196). Sum of RGB (Red+Green+Blue) = 110+204+196=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCC4 is #91333B. Grayscale: #AEAEAE. Windows color (decimal): -9515836 or 12897390. OLE color: 12897390.

HSL color Cylindrical-coordinate representation of color #6ECCC4: hue angle of 174.89º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCC4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB110204196-
CMYK0.4600.040.2
HSL174.89º47.96%61.57%-
HSV(B)174.89º46.08%80%-
XYZ37.9950.4959.97-
YUV174.98139.8681.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.57%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 196 (76.95% from 255) = 38.43%
R=21.57%
G=40%
B=38.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041960.4600.040.2174.8947.9661.57
Hex6ECCC42E0414af303e
Octal1563143045604242576076
Binary1101110110011001100010010111001001010010101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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