Html Css Color HEX #73B38F Padua

📋 copy color: '#73B38F'

red 115 ◦ green 179 ◦ blue 143

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

Shades of Padua #73B38F

Tints of Padua #73B38F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 26.32%
G = 40.96%
B = 32.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#73B38F (or 0x73B38F) is known color: Padua. HEX triplet: 73, B3 and 8F. RGB value is (115,179,143). Sum of RGB (Red+Green+Blue) = 115+179+143=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #73B38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B38F is #8C4C70. Grayscale: #9B9B9B. Windows color (decimal): -9194609 or 9417587. OLE color: 9417587.

HSL color Cylindrical-coordinate representation of color #73B38F: hue angle of 146.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B38F is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 179 143 -
CMYK 0.36 0 0.20 0.30
HSL 146.25º 0.3% 0.58% -
HSV(B) 146.25º 0.36% 0.7% -
XYZ 28.15 37.87 31.81 -
YUV 155.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 115 179 143 0.36 0 0.20 0.30 146.25 0.3 0.58
Hex 73 B3 8F 24 0 14 1E 92 1E 3A
Octal 163 263 217 44 0 24 36 222 36 72
Binary 1110011 10110011 10001111 100100 0 10100 11110 10010010 11110 111010

Color Harmonies of #73B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B38F

Black with #73B38F

Text Example


Text Example

White with #73B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,179,143); }

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

background-color css

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

 a { background-color: rgb(115,179,143); }

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

border-color css

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

 span { border-color: rgb(115,179,143); }

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