#75DAC8

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

Shades of Downy #75DAC8

Tints of Downy #75DAC8

Color information

#75DAC8 (or 0x75DAC8) is unknown color: approx Downy. HEX triplet: 75, DA and C8. RGB value is (117,218,200). Sum of RGB (Red+Green+Blue) = 117+218+200=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC8 is #8A2537. Grayscale: #B9B9B9. Windows color (decimal): -9053496 or 13163125. OLE color: 13163125.

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

Color convert

RGB117218200-
CMYK0.4600.080.15
HSL169.31º57.71%65.69%-
HSV(B)169.31º46.33%85.49%-
XYZ42.8358.0963.6-
YUV185.75136.0478.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.87%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=21.87%
G=40.75%
B=37.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172182000.4600.080.15169.3157.7165.69
Hex75DAC82E08Fa93a42
Octal165332310560101725172102
Binary11101011101101011001000101110010001111101010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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