#75DABC

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

Shades of Downy #75DABC

Tints of Downy #75DABC

Color information

#75DABC (or 0x75DABC) is unknown color: approx Downy. HEX triplet: 75, DA and BC. RGB value is (117,218,188). Sum of RGB (Red+Green+Blue) = 117+218+188=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #75DABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DABC is #8A2543. Grayscale: #B8B8B8. Windows color (decimal): -9053508 or 12376693. OLE color: 12376693.

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

Color convert

RGB117218188-
CMYK0.4600.140.15
HSL162.18º57.71%65.69%-
HSV(B)162.18º46.33%85.49%-
XYZ41.4857.5656.5-
YUV184.38130.0479.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=22.37%
G=41.68%
B=35.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181880.4600.140.15162.1857.7165.69
Hex75DABC2E0EFa23a42
Octal165332274560161724272102
Binary11101011101101010111100101110011101111101000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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