#75DAC5

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

Shades of Downy #75DAC5

Tints of Downy #75DAC5

Color information

#75DAC5 (or 0x75DAC5) is unknown color: approx Downy. HEX triplet: 75, DA and C5. RGB value is (117,218,197). Sum of RGB (Red+Green+Blue) = 117+218+197=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC5 is #8A253A. Grayscale: #B9B9B9. Windows color (decimal): -9053499 or 12966517. OLE color: 12966517.

HSL color Cylindrical-coordinate representation of color #75DAC5: hue angle of 167.52º 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 #75DAC5 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB117218197-
CMYK0.4600.100.15
HSL167.52º57.71%65.69%-
HSV(B)167.52º46.33%85.49%-
XYZ42.4957.9661.77-
YUV185.41134.5479.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.99%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=21.99%
G=40.98%
B=37.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181970.4600.100.15167.5257.7165.69
Hex75DAC52E0AFa83a42
Octal165332305560121725072102
Binary11101011101101011000101101110010101111101010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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