#75D1C6

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

Shades of Downy #75D1C6

Tints of Downy #75D1C6

Color information

#75D1C6 (or 0x75D1C6) is unknown color: approx Downy. HEX triplet: 75, D1 and C6. RGB value is (117,209,198). Sum of RGB (Red+Green+Blue) = 117+209+198=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D1C6 is #8A2E39. Grayscale: #B4B4B4. Windows color (decimal): -9055802 or 13029749. OLE color: 13029749.

HSL color Cylindrical-coordinate representation of color #75D1C6: hue angle of 172.83º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D1C6 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB117209198-
CMYK0.4400.050.18
HSL172.83º50%63.92%-
HSV(B)172.83º44.02%81.96%-
XYZ40.3353.4661.62-
YUV180.24138.0282.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=22.33%
G=39.89%
B=37.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091980.4400.050.18172.835063.92
Hex75D1C62C0512ad3240
Octal16532130654052225562100
Binary11101011101000111000110101100010110010101011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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