#76AD8F

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

Shades of Padua #76AD8F

Tints of Padua #76AD8F

Color information

#76AD8F (or 0x76AD8F) is unknown color: approx Padua. HEX triplet: 76, AD and 8F. RGB value is (118,173,143). Sum of RGB (Red+Green+Blue) = 118+173+143=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD8F is #895270. Grayscale: #999999. Windows color (decimal): -8999537 or 9416054. OLE color: 9416054.

HSL color Cylindrical-coordinate representation of color #76AD8F: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD8F is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB118173143-
CMYK0.3200.170.32
HSL147.27º25.11%57.06%-
HSV(B)147.27º31.79%67.84%-
XYZ27.3735.7231.44-
YUV153.13122.28102.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=27.19%
G=39.86%
B=32.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181731430.3200.170.32147.2725.1157.06
Hex76AD8F2001120931939
Octal16625521740021402233171
Binary111011010101101100011111000000100011000001001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,143); }

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

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

 a { background-color: rgb(118,173,143); }

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

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

 span { border-color: rgb(118,173,143); }

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