#77BC99

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

Shades of Padua #77BC99

Tints of Padua #77BC99

Color information

#77BC99 (or 0x77BC99) is unknown color: approx Padua. HEX triplet: 77, BC and 99. RGB value is (119,188,153). Sum of RGB (Red+Green+Blue) = 119+188+153=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BC99 is #884366. Grayscale: #A3A3A3. Windows color (decimal): -8930151 or 10075255. OLE color: 10075255.

HSL color Cylindrical-coordinate representation of color #77BC99: hue angle of 149.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BC99 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB119188153-
CMYK0.3700.190.26
HSL149.57º33.99%60.2%-
HSV(B)149.57º36.7%73.73%-
XYZ31.3442.1936.63-
YUV163.38122.1496.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=25.87%
G=40.87%
B=33.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191881530.3700.190.26149.5733.9960.2
Hex77BC99250131A96223c
Octal16727423145023322264274
Binary111011110111100100110011001010100111101010010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BC99; }

 p { color: rgb(119,188,153); }

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

<style>
 a { background-color: #77BC99; }

 a { background-color: rgb(119,188,153); }

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

<style>
 span { border-color: #77BC99; }

 span { border-color: rgb(119,188,153); }

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