#76D5B3

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

Shades of Downy #76D5B3

Tints of Downy #76D5B3

Color information

#76D5B3 (or 0x76D5B3) is unknown color: approx Downy. HEX triplet: 76, D5 and B3. RGB value is (118,213,179). Sum of RGB (Red+Green+Blue) = 118+213+179=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5B3 is #892A4C. Grayscale: #B4B4B4. Windows color (decimal): -8989261 or 11785590. OLE color: 11785590.

HSL color Cylindrical-coordinate representation of color #76D5B3: hue angle of 158.53º degrees, saturation: 0.53, 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 #76D5B3 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB118213179-
CMYK0.4500.160.16
HSL158.53º53.07%64.9%-
HSV(B)158.53º44.6%83.53%-
XYZ39.454.6951.13-
YUV180.72127.0383.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 179 (70.31% from 255) = 35.10%
R=23.14%
G=41.76%
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
Decimal1182131790.4500.160.16158.5353.0764.9
Hex76D5B32D010109f3541
Octal166325263550202023765101
Binary1110110110101011011001110110101000010000100111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76D5B3; }

 p { color: rgb(118,213,179); }

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

<style>
 a { background-color: #76D5B3; }

 a { background-color: rgb(118,213,179); }

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

<style>
 span { border-color: #76D5B3; }

 span { border-color: rgb(118,213,179); }

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