Html Css Color HEX #73AC88 Bay Leaf

📋 copy color: '#73AC88'

red 115 ◦ green 172 ◦ blue 136

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

Shades of Bay Leaf #73AC88

Tints of Bay Leaf #73AC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 27.19%
G = 40.66%
B = 32.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#73AC88 (or 0x73AC88) is known color: Bay Leaf. HEX triplet: 73, AC and 88. RGB value is (115,172,136). Sum of RGB (Red+Green+Blue) = 115+172+136=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC88 is #8C5377. Grayscale: #969696. Windows color (decimal): -9196408 or 8957043. OLE color: 8957043.

HSL color Cylindrical-coordinate representation of color #73AC88: hue angle of 142.11º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC88 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 172 136 -
CMYK 0.33 0 0.21 0.33
HSL 142.11º 0.26% 0.56% -
HSV(B) 142.11º 0.33% 0.67% -
XYZ 26.27 34.93 28.65 -
YUV 150.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 115 172 136 0.33 0 0.21 0.33 142.11 0.26 0.56
Hex 73 AC 88 21 0 15 21 8E 1A 38
Octal 163 254 210 41 0 25 41 216 32 70
Binary 1110011 10101100 10001000 100001 0 10101 100001 10001110 11010 111000

Color Harmonies of #73AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AC88

Black with #73AC88

Text Example


Text Example

White with #73AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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