Html Css Color HEX #73B992 Padua

📋 copy color: '#73B992'

red 115 ◦ green 185 ◦ blue 146

#73B992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #73B992

Tints of Padua #73B992

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 value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#73B992 (or 0x73B992) is known color: 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

RGB 115 185 146 -
CMYK 0.38 0 0.21 0.27
HSL 146.57º 0.33% 0.59% -
HSV(B) 146.57º 0.38% 0.73% -
XYZ 29.61 40.42 33.44 -
YUV 159.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 115 185 146 0.38 0 0.21 0.27 146.57 0.33 0.59
Hex 73 B9 92 26 0 15 1B 93 21 3B
Octal 163 271 222 46 0 25 33 223 41 73
Binary 1110011 10111001 10010010 100110 0 10101 11011 10010011 100001 111011

Color Harmonies of #73B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B992

Black with #73B992

Text Example


Text Example

White with #73B992

Text Example


Text Example

HTML Codes & Css Web 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>