#74DAC8

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

Shades of Downy #74DAC8

Tints of Downy #74DAC8

Color information

#74DAC8 (or 0x74DAC8) is unknown color: approx Downy. HEX triplet: 74, DA and C8. RGB value is (116,218,200). Sum of RGB (Red+Green+Blue) = 116+218+200=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #74DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAC8 is #8B2537. Grayscale: #B9B9B9. Windows color (decimal): -9119032 or 13163124. OLE color: 13163124.

HSL color Cylindrical-coordinate representation of color #74DAC8: hue angle of 169.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DAC8 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB116218200-
CMYK0.4700.080.15
HSL169.41º57.95%65.49%-
HSV(B)169.41º46.79%85.49%-
XYZ42.758.0363.59-
YUV185.45136.2178.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=21.72%
G=40.82%
B=37.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162182000.4700.080.15169.4157.9565.49
Hex74DAC82F08Fa93a41
Octal164332310570101725172101
Binary11101001101101011001000101111010001111101010011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,200); }

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

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

 a { background-color: rgb(116,218,200); }

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

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

 span { border-color: rgb(116,218,200); }

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