#76BB9D

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

Shades of Padua #76BB9D

Tints of Padua #76BB9D

Color information

#76BB9D (or 0x76BB9D) is unknown color: approx Padua. HEX triplet: 76, BB and 9D. RGB value is (118,187,157). Sum of RGB (Red+Green+Blue) = 118+187+157=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB9D is #894462. Grayscale: #A3A3A3. Windows color (decimal): -8995939 or 10337142. OLE color: 10337142.

HSL color Cylindrical-coordinate representation of color #76BB9D: hue angle of 153.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB9D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB118187157-
CMYK0.3700.160.27
HSL153.91º33.66%59.8%-
HSV(B)153.91º36.9%73.33%-
XYZ31.3341.8338.32-
YUV162.95124.6495.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.54%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=25.54%
G=40.48%
B=33.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871570.3700.160.27153.9133.6659.8
Hex76BB9D250101B9a223c
Octal16627323545020332324274
Binary111011010111011100111011001010100001101110011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,157); }

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

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

 a { background-color: rgb(118,187,157); }

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

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

 span { border-color: rgb(118,187,157); }

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