Html Css Color HEX #73B48F Bay Leaf

📋 copy color: '#73B48F'

red 115 ◦ green 180 ◦ blue 143

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

Shades of Bay Leaf #73B48F

Tints of Bay Leaf #73B48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

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

R = 26.26%
G = 41.1%
B = 32.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#73B48F (or 0x73B48F) is known color: Bay Leaf. HEX triplet: 73, B4 and 8F. RGB value is (115,180,143). Sum of RGB (Red+Green+Blue) = 115+180+143=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #73B48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B48F is #8C4B70. Grayscale: #9C9C9C. Windows color (decimal): -9194353 or 9417843. OLE color: 9417843.

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

Color convert

RGB 115 180 143 -
CMYK 0.36 0 0.21 0.29
HSL 145.85º 0.3% 0.58% -
HSV(B) 145.85º 0.36% 0.71% -
XYZ 28.35 38.27 31.88 -
YUV 156.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 115 180 143 0.36 0 0.21 0.29 145.85 0.3 0.58
Hex 73 B4 8F 24 0 15 1D 92 1E 3A
Octal 163 264 217 44 0 25 35 222 36 72
Binary 1110011 10110100 10001111 100100 0 10101 11101 10010010 11110 111010

Color Harmonies of #73B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B48F

Black with #73B48F

Text Example


Text Example

White with #73B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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