Html Css Color HEX #76AD8F Padua

📋 copy color: '#76AD8F'

red 118 ◦ green 173 ◦ blue 143

#76AD8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #76AD8F

Tints of Padua #76AD8F

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 value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#76AD8F (or 0x76AD8F) is known color: 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

RGB 118 173 143 -
CMYK 0.32 0 0.17 0.32
HSL 147.27º 0.25% 0.57% -
HSV(B) 147.27º 0.32% 0.68% -
XYZ 27.37 35.72 31.44 -
YUV 153.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 118 173 143 0.32 0 0.17 0.32 147.27 0.25 0.57
Hex 76 AD 8F 20 0 11 20 93 19 39
Octal 166 255 217 40 0 21 40 223 31 71
Binary 1110110 10101101 10001111 100000 0 10001 100000 10010011 11001 111001

Color Harmonies of #76AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD8F

Black with #76AD8F

Text Example


Text Example

White with #76AD8F

Text Example


Text Example

HTML Codes & Css Web 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>