Html Css Color HEX #73C088 Bay Leaf

📋 copy color: '#73C088'

red 115 ◦ green 192 ◦ blue 136

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

Shades of Bay Leaf #73C088

Tints of Bay Leaf #73C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

 BLUE value IS 136 (53.52% from 255) = 30.7%

R = 25.96%
G = 43.34%
B = 30.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#73C088 (or 0x73C088) is known color: Bay Leaf. HEX triplet: 73, C0 and 88. RGB value is (115,192,136). Sum of RGB (Red+Green+Blue) = 115+192+136=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #73C088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C088 is #8C3F77. Grayscale: #A2A2A2. Windows color (decimal): -9191288 or 8962163. OLE color: 8962163.

HSL color Cylindrical-coordinate representation of color #73C088: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C088 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 136 -
CMYK 0.40 0 0.29 0.25
HSL 136.36º 0.38% 0.6% -
HSV(B) 136.36º 0.4% 0.75% -
XYZ 30.36 43.12 30.02 -
YUV 162.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 115 192 136 0.40 0 0.29 0.25 136.36 0.38 0.6
Hex 73 C0 88 28 0 1D 19 88 26 3C
Octal 163 300 210 50 0 35 31 210 46 74
Binary 1110011 11000000 10001000 101000 0 11101 11001 10001000 100110 111100

Color Harmonies of #73C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C088

Black with #73C088

Text Example


Text Example

White with #73C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,192,136); }

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

background-color css

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

 a { background-color: rgb(115,192,136); }

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

border-color css

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

 span { border-color: rgb(115,192,136); }

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