Html Css Color HEX #73B995 Padua

📋 copy color: '#73B995'

red 115 ◦ green 185 ◦ blue 149

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

Shades of Padua #73B995

Tints of Padua #73B995

RGB

 RED value IS 115 (45.31% from 255) = 25.61%

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 25.61%
G = 41.2%
B = 33.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#73B995 (or 0x73B995) is known color: Padua. HEX triplet: 73, B9 and 95. RGB value is (115,185,149). Sum of RGB (Red+Green+Blue) = 115+185+149=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #73B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B995 is #8C466A. Grayscale: #A0A0A0. Windows color (decimal): -9193067 or 9812339. OLE color: 9812339.

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

Color convert

RGB 115 185 149 -
CMYK 0.38 0 0.19 0.27
HSL 149.14º 0.33% 0.59% -
HSV(B) 149.14º 0.38% 0.73% -
XYZ 29.84 40.51 34.68 -
YUV 159.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 115 185 149 0.38 0 0.19 0.27 149.14 0.33 0.59
Hex 73 B9 95 26 0 13 1B 95 21 3B
Octal 163 271 225 46 0 23 33 225 41 73
Binary 1110011 10111001 10010101 100110 0 10011 11011 10010101 100001 111011

Color Harmonies of #73B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B995

Black with #73B995

Text Example


Text Example

White with #73B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73B995;
 }
 .AnyTagClassName
 {
   color: #73B995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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