#76D8BF

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

Shades of Downy #76D8BF

Tints of Downy #76D8BF

Color information

#76D8BF (or 0x76D8BF) is unknown color: approx Downy. HEX triplet: 76, D8 and BF. RGB value is (118,216,191). Sum of RGB (Red+Green+Blue) = 118+216+191=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D8BF is #892740. Grayscale: #B7B7B7. Windows color (decimal): -8988481 or 12572790. OLE color: 12572790.

HSL color Cylindrical-coordinate representation of color #76D8BF: hue angle of 164.69º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8BF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB118216191-
CMYK0.4500.120.15
HSL164.69º55.68%65.49%-
HSV(B)164.69º45.37%84.71%-
XYZ41.4356.7258.06-
YUV183.85132.0381.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.48%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 191 (75% from 255) = 36.38%
R=22.48%
G=41.14%
B=36.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182161910.4500.120.15164.6955.6865.49
Hex76D8BF2D0CFa53841
Octal166330277550141724570101
Binary11101101101100010111111101101011001111101001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,191); }

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

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

 a { background-color: rgb(118,216,191); }

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

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

 span { border-color: rgb(118,216,191); }

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