#75D6B3

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

Shades of Downy #75D6B3

Tints of Downy #75D6B3

Color information

#75D6B3 (or 0x75D6B3) is unknown color: approx Downy. HEX triplet: 75, D6 and B3. RGB value is (117,214,179). Sum of RGB (Red+Green+Blue) = 117+214+179=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6B3 is #8A294C. Grayscale: #B5B5B5. Windows color (decimal): -9054541 or 11785845. OLE color: 11785845.

HSL color Cylindrical-coordinate representation of color #75D6B3: hue angle of 158.35º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6B3 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB117214179-
CMYK0.4500.160.16
HSL158.35º54.19%64.9%-
HSV(B)158.35º45.33%83.92%-
XYZ39.5255.1351.21-
YUV181.01126.8682.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 179 (70.31% from 255) = 35.10%
R=22.94%
G=41.96%
B=35.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141790.4500.160.16158.3554.1964.9
Hex75D6B32D010109e3641
Octal165326263550202023666101
Binary1110101110101101011001110110101000010000100111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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