#76B99A

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

Shades of Padua #76B99A

Tints of Padua #76B99A

Color information

#76B99A (or 0x76B99A) is unknown color: approx Padua. HEX triplet: 76, B9 and 9A. RGB value is (118,185,154). Sum of RGB (Red+Green+Blue) = 118+185+154=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #76B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B99A is #894665. Grayscale: #A1A1A1. Windows color (decimal): -8996454 or 10140022. OLE color: 10140022.

HSL color Cylindrical-coordinate representation of color #76B99A: hue angle of 152.24º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B99A is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB118185154-
CMYK0.3600.170.27
HSL152.24º32.37%59.41%-
HSV(B)152.24º36.22%72.55%-
XYZ30.6540.8836.85-
YUV161.43123.897.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=25.82%
G=40.48%
B=33.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851540.3600.170.27152.2432.3759.41
Hex76B99A240111B98203b
Octal16627123244021332304073
Binary111011010111001100110101001000100011101110011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,154); }

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

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

 a { background-color: rgb(118,185,154); }

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

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

 span { border-color: rgb(118,185,154); }

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