#73B992

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

Shades of Padua #73B992

Tints of Padua #73B992

Color information

#73B992 (or 0x73B992) is unknown color: approx Padua. HEX triplet: 73, B9 and 92. RGB value is (115,185,146). Sum of RGB (Red+Green+Blue) = 115+185+146=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #73B992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B992 is #8C466D. Grayscale: #9F9F9F. Windows color (decimal): -9193070 or 9615731. OLE color: 9615731.

HSL color Cylindrical-coordinate representation of color #73B992: hue angle of 146.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B992 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB115185146-
CMYK0.3800.210.27
HSL146.57º33.33%58.82%-
HSV(B)146.57º37.84%72.55%-
XYZ29.6140.4233.44-
YUV159.62120.3196.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=25.78%
G=41.48%
B=32.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151851460.3800.210.27146.5733.3358.82
Hex73B992260151B93213b
Octal16327122246025332234173
Binary111001110111001100100101001100101011101110010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B992; }

 p { color: rgb(115,185,146); }

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

<style>
 a { background-color: #73B992; }

 a { background-color: rgb(115,185,146); }

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

<style>
 span { border-color: #73B992; }

 span { border-color: rgb(115,185,146); }

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