#78BB99

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

Shades of Padua #78BB99

Tints of Padua #78BB99

Color information

#78BB99 (or 0x78BB99) is unknown color: approx Padua. HEX triplet: 78, BB and 99. RGB value is (120,187,153). Sum of RGB (Red+Green+Blue) = 120+187+153=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB99 is #874466. Grayscale: #A3A3A3. Windows color (decimal): -8864871 or 10075000. OLE color: 10075000.

HSL color Cylindrical-coordinate representation of color #78BB99: hue angle of 149.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BB99 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB120187153-
CMYK0.3600.180.27
HSL149.55º33%60.2%-
HSV(B)149.55º35.83%73.33%-
XYZ31.2741.8336.56-
YUV163.09122.397.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=26.09%
G=40.65%
B=33.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201871530.3600.180.27149.553360.2
Hex78BB99240121B96213c
Octal17027323144022332264174
Binary111100010111011100110011001000100101101110010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78BB99; }

 p { color: rgb(120,187,153); }

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

<style>
 a { background-color: #78BB99; }

 a { background-color: rgb(120,187,153); }

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

<style>
 span { border-color: #78BB99; }

 span { border-color: rgb(120,187,153); }

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