#74DED2

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

Shades of Downy #74DED2

Tints of Downy #74DED2

Color information

#74DED2 (or 0x74DED2) is unknown color: approx Downy. HEX triplet: 74, DE and D2. RGB value is (116,222,210). Sum of RGB (Red+Green+Blue) = 116+222+210=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #74DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DED2 is #8B212D. Grayscale: #BCBCBC. Windows color (decimal): -9117998 or 13819508. OLE color: 13819508.

HSL color Cylindrical-coordinate representation of color #74DED2: hue angle of 173.21º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DED2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB116222210-
CMYK0.4800.050.13
HSL173.21º61.63%66.27%-
HSV(B)173.21º47.75%87.06%-
XYZ44.9660.6170.3-
YUV188.94139.8875.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.17%
GREEN value IS 222 (87.11% from 255) = 40.51%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=21.17%
G=40.51%
B=38.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162222100.4800.050.13173.2161.6366.27
Hex74DED23005Dad3e42
Octal16433632260051525576102
Binary1110100110111101101001011000001011101101011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,210); }

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

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

 a { background-color: rgb(116,222,210); }

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

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

 span { border-color: rgb(116,222,210); }

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