#76D7BF

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

Shades of Downy #76D7BF

Tints of Downy #76D7BF

Color information

#76D7BF (or 0x76D7BF) is unknown color: approx Downy. HEX triplet: 76, D7 and BF. RGB value is (118,215,191). Sum of RGB (Red+Green+Blue) = 118+215+191=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #76D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7BF is #892840. Grayscale: #B7B7B7. Windows color (decimal): -8988737 or 12572534. OLE color: 12572534.

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

Color convert

RGB118215191-
CMYK0.4500.110.16
HSL165.15º54.8%65.29%-
HSV(B)165.15º45.12%84.31%-
XYZ41.1856.2157.97-
YUV183.26132.3681.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.52%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 191 (75% from 255) = 36.45%
R=22.52%
G=41.03%
B=36.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182151910.4500.110.16165.1554.865.29
Hex76D7BF2D0B10a53741
Octal166327277550132024567101
Binary111011011010111101111111011010101110000101001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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