#73BD88

Color #73BD88 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #73BD88

Tints of Bay Leaf #73BD88

Color information

#73BD88 (or 0x73BD88) is unknown color: approx Bay Leaf. HEX triplet: 73, BD and 88. RGB value is (115,189,136). Sum of RGB (Red+Green+Blue) = 115+189+136=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BD88 is #8C4277. Grayscale: #A0A0A0. Windows color (decimal): -9192056 or 8961395. OLE color: 8961395.

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

Color convert

RGB115189136-
CMYK0.3900.280.26
HSL137.03º35.92%59.61%-
HSV(B)137.03º39.15%74.12%-
XYZ29.7141.8229.8-
YUV160.83113.9895.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=26.14%
G=42.95%
B=30.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891360.3900.280.26137.0335.9259.61
Hex73BD882701C1A89243c
Octal16327521047034322114474
Binary111001110111101100010001001110111001101010001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73BD88;
 }
 .AnyTagClassName
 {
   color: #73BD88;
 }
</style>
background-color css

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

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

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

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

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

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