#75D9B3

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

Shades of Downy #75D9B3

Tints of Downy #75D9B3

Color information

#75D9B3 (or 0x75D9B3) is unknown color: approx Downy. HEX triplet: 75, D9 and B3. RGB value is (117,217,179). Sum of RGB (Red+Green+Blue) = 117+217+179=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9B3 is #8A264C. Grayscale: #B6B6B6. Windows color (decimal): -9053773 or 11786613. OLE color: 11786613.

HSL color Cylindrical-coordinate representation of color #75D9B3: hue angle of 157.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9B3 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB117217179-
CMYK0.4600.180.15
HSL157.2º56.82%65.49%-
HSV(B)157.2º46.08%85.1%-
XYZ40.2956.6651.46-
YUV182.77125.8781.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=22.81%
G=42.30%
B=34.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171790.4600.180.15157.256.8265.49
Hex75D9B32E012F9d3941
Octal165331263560221723571101
Binary111010111011001101100111011100100101111100111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,217,179); }

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

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

 a { background-color: rgb(117,217,179); }

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

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

 span { border-color: rgb(117,217,179); }

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