#75D3B6

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

Shades of Downy #75D3B6

Tints of Downy #75D3B6

Color information

#75D3B6 (or 0x75D3B6) is unknown color: approx Downy. HEX triplet: 75, D3 and B6. RGB value is (117,211,182). Sum of RGB (Red+Green+Blue) = 117+211+182=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #75D3B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D3B6 is #8A2C49. Grayscale: #B3B3B3. Windows color (decimal): -9055306 or 11981685. OLE color: 11981685.

HSL color Cylindrical-coordinate representation of color #75D3B6: hue angle of 161.49º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D3B6 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB117211182-
CMYK0.4500.140.17
HSL161.49º51.65%64.31%-
HSV(B)161.49º44.55%82.75%-
XYZ39.0753.7552.57-
YUV179.59129.3683.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=22.94%
G=41.37%
B=35.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1172111820.4500.140.17161.4951.6564.31
Hex75D3B62D0E11a13440
Octal165323266550162124164100
Binary111010111010011101101101011010111010001101000011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,211,182); }

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

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

 a { background-color: rgb(117,211,182); }

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

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

 span { border-color: rgb(117,211,182); }

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