#75DABA

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

Shades of Downy #75DABA

Tints of Downy #75DABA

Color information

#75DABA (or 0x75DABA) is unknown color: approx Downy. HEX triplet: 75, DA and BA. RGB value is (117,218,186). Sum of RGB (Red+Green+Blue) = 117+218+186=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #75DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DABA is #8A2545. Grayscale: #B8B8B8. Windows color (decimal): -9053510 or 12245621. OLE color: 12245621.

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

Color convert

RGB117218186-
CMYK0.4600.150.15
HSL160.99º57.71%65.69%-
HSV(B)160.99º46.33%85.49%-
XYZ41.2757.4755.37-
YUV184.15129.0480.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=22.46%
G=41.84%
B=35.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181860.4600.150.15160.9957.7165.69
Hex75DABA2E0FFa13a42
Octal165332272560171724172102
Binary11101011101101010111010101110011111111101000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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