Html Css Color HEX #73BE8D Bay Leaf

📋 copy color: '#73BE8D'

red 115 ◦ green 190 ◦ blue 141

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

Shades of Bay Leaf #73BE8D

Tints of Bay Leaf #73BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.6%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 25.78%
G = 42.6%
B = 31.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#73BE8D (or 0x73BE8D) is known color: Bay Leaf. HEX triplet: 73, BE and 8D. RGB value is (115,190,141). Sum of RGB (Red+Green+Blue) = 115+190+141=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BE8D is #8C4172. Grayscale: #A2A2A2. Windows color (decimal): -9191795 or 9289331. OLE color: 9289331.

HSL color Cylindrical-coordinate representation of color #73BE8D: hue angle of 140.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BE8D is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 141 -
CMYK 0.39 0 0.26 0.25
HSL 140.8º 0.37% 0.6% -
HSV(B) 140.8º 0.39% 0.75% -
XYZ 30.29 42.39 31.79 -
YUV 161.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 115 190 141 0.39 0 0.26 0.25 140.8 0.37 0.6
Hex 73 BE 8D 27 0 1A 19 8D 25 3C
Octal 163 276 215 47 0 32 31 215 45 74
Binary 1110011 10111110 10001101 100111 0 11010 11001 10001101 100101 111100

Color Harmonies of #73BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BE8D

Black with #73BE8D

Text Example


Text Example

White with #73BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,190,141); }

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

background-color css

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

 a { background-color: rgb(115,190,141); }

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

border-color css

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

 span { border-color: rgb(115,190,141); }

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