#76D0B7

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

Shades of Downy #76D0B7

Tints of Downy #76D0B7

Color information

#76D0B7 (or 0x76D0B7) is unknown color: approx Downy. HEX triplet: 76, D0 and B7. RGB value is (118,208,183). Sum of RGB (Red+Green+Blue) = 118+208+183=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D0B7 is #892F48. Grayscale: #B2B2B2. Windows color (decimal): -8990537 or 12046454. OLE color: 12046454.

HSL color Cylindrical-coordinate representation of color #76D0B7: hue angle of 163.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0B7 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB118208183-
CMYK0.4300.120.18
HSL163.33º48.91%63.92%-
HSV(B)163.33º43.27%81.57%-
XYZ38.5752.3852.88-
YUV178.24130.6885.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=23.18%
G=40.86%
B=35.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081830.4300.120.18163.3348.9163.92
Hex76D0B72B0C12a33140
Octal166320267530142224361100
Binary111011011010000101101111010110110010010101000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,183); }

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

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

 a { background-color: rgb(118,208,183); }

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

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

 span { border-color: rgb(118,208,183); }

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