#73B896

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

Shades of Padua #73B896

Tints of Padua #73B896

Color information

#73B896 (or 0x73B896) is unknown color: approx Padua. HEX triplet: 73, B8 and 96. RGB value is (115,184,150). Sum of RGB (Red+Green+Blue) = 115+184+150=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #73B896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B896 is #8C4769. Grayscale: #9F9F9F. Windows color (decimal): -9193322 or 9877619. OLE color: 9877619.

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

Color convert

RGB115184150-
CMYK0.3800.180.28
HSL150.43º32.7%58.63%-
HSV(B)150.43º37.5%72.16%-
XYZ29.7240.1335.03-
YUV159.49122.6496.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=25.61%
G=40.98%
B=33.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151841500.3800.180.28150.4332.758.63
Hex73B896260121C96213b
Octal16327022646022342264173
Binary111001110111000100101101001100100101110010010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,184,150); }

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

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

 a { background-color: rgb(115,184,150); }

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

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

 span { border-color: rgb(115,184,150); }

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