#73B892

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

Shades of Padua #73B892

Tints of Padua #73B892

Color information

#73B892 (or 0x73B892) is unknown color: approx Padua. HEX triplet: 73, B8 and 92. RGB value is (115,184,146). Sum of RGB (Red+Green+Blue) = 115+184+146=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #73B892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B892 is #8C476D. Grayscale: #9F9F9F. Windows color (decimal): -9193326 or 9615475. OLE color: 9615475.

HSL color Cylindrical-coordinate representation of color #73B892: hue angle of 146.96º 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 #73B892 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB115184146-
CMYK0.3800.210.28
HSL146.96º32.7%58.63%-
HSV(B)146.96º37.5%72.16%-
XYZ29.44033.37-
YUV159.04120.6496.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=25.84%
G=41.35%
B=32.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1151841460.3800.210.28146.9632.758.63
Hex73B892260151C93213b
Octal16327022246025342234173
Binary111001110111000100100101001100101011110010010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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