#74E5C6

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

Shades of Downy #74E5C6

Tints of Downy #74E5C6

Color information

#74E5C6 (or 0x74E5C6) is unknown color: approx Downy. HEX triplet: 74, E5 and C6. RGB value is (116,229,198). Sum of RGB (Red+Green+Blue) = 116+229+198=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5C6 is #8B1A39. Grayscale: #BFBFBF. Windows color (decimal): -9116218 or 13034868. OLE color: 13034868.

HSL color Cylindrical-coordinate representation of color #74E5C6: hue angle of 163.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5C6 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB116229198-
CMYK0.4900.140.10
HSL163.54º68.48%67.65%-
HSV(B)163.54º49.34%89.8%-
XYZ45.4163.8363.35-
YUV191.68131.5674.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.36%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=21.36%
G=42.17%
B=36.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162291980.4900.140.10163.5468.4867.65
Hex74E5C6310EAa44444
Octal1643453066101612244104104
Binary111010011100101110001101100010111010101010010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E5C6; }

 p { color: rgb(116,229,198); }

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

<style>
 a { background-color: #74E5C6; }

 a { background-color: rgb(116,229,198); }

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

<style>
 span { border-color: #74E5C6; }

 span { border-color: rgb(116,229,198); }

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