#75DAC6

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

Shades of Downy #75DAC6

Tints of Downy #75DAC6

Color information

#75DAC6 (or 0x75DAC6) is unknown color: approx Downy. HEX triplet: 75, DA and C6. RGB value is (117,218,198). Sum of RGB (Red+Green+Blue) = 117+218+198=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC6 is #8A2539. Grayscale: #B9B9B9. Windows color (decimal): -9053498 or 13032053. OLE color: 13032053.

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

Color convert

RGB117218198-
CMYK0.4600.090.15
HSL168.12º57.71%65.69%-
HSV(B)168.12º46.33%85.49%-
XYZ42.65862.38-
YUV185.52135.0479.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=21.95%
G=40.90%
B=37.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181980.4600.090.15168.1257.7165.69
Hex75DAC62E09Fa83a42
Octal165332306560111725072102
Binary11101011101101011000110101110010011111101010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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