#76B899

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

Shades of Padua #76B899

Tints of Padua #76B899

Color information

#76B899 (or 0x76B899) is unknown color: approx Padua. HEX triplet: 76, B8 and 99. RGB value is (118,184,153). Sum of RGB (Red+Green+Blue) = 118+184+153=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #76B899 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B899 is #894766. Grayscale: #A0A0A0. Windows color (decimal): -8996711 or 10074230. OLE color: 10074230.

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

Color convert

RGB118184153-
CMYK0.3600.170.28
HSL151.82º31.73%59.22%-
HSV(B)151.82º35.87%72.16%-
XYZ30.3640.4336.34-
YUV160.73123.6397.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=25.93%
G=40.44%
B=33.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181841530.3600.170.28151.8231.7359.22
Hex76B899240111C98203b
Octal16627023144021342304073
Binary111011010111000100110011001000100011110010011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,184,153); }

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

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

 a { background-color: rgb(118,184,153); }

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

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

 span { border-color: rgb(118,184,153); }

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