#75DABD

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

Shades of Downy #75DABD

Tints of Downy #75DABD

Color information

#75DABD (or 0x75DABD) is unknown color: approx Downy. HEX triplet: 75, DA and BD. RGB value is (117,218,189). Sum of RGB (Red+Green+Blue) = 117+218+189=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #75DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DABD is #8A2542. Grayscale: #B8B8B8. Windows color (decimal): -9053507 or 12442229. OLE color: 12442229.

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

Color convert

RGB117218189-
CMYK0.4600.130.15
HSL162.77º57.71%65.69%-
HSV(B)162.77º46.33%85.49%-
XYZ41.5957.657.07-
YUV184.49130.5479.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=22.33%
G=41.60%
B=36.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181890.4600.130.15162.7757.7165.69
Hex75DABD2E0DFa33a42
Octal165332275560151724372102
Binary11101011101101010111101101110011011111101000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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