#74E5C0

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

Shades of Downy #74E5C0

Tints of Downy #74E5C0

Color information

#74E5C0 (or 0x74E5C0) is unknown color: approx Downy. HEX triplet: 74, E5 and C0. RGB value is (116,229,192). Sum of RGB (Red+Green+Blue) = 116+229+192=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5C0 is #8B1A3F. Grayscale: #BFBFBF. Windows color (decimal): -9116224 or 12641652. OLE color: 12641652.

HSL color Cylindrical-coordinate representation of color #74E5C0: hue angle of 160.35º 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 #74E5C0 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB116229192-
CMYK0.4900.160.10
HSL160.35º68.48%67.65%-
HSV(B)160.35º49.34%89.8%-
XYZ44.7463.5659.78-
YUV191128.5674.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.60%
GREEN value IS 229 (89.84% from 255) = 42.64%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=21.60%
G=42.64%
B=35.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162291920.4900.160.10160.3568.4867.65
Hex74E5C031010Aa04444
Octal1643453006102012240104104
Binary1110100111001011100000011000101000010101010000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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