#72B888

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

Shades of Bay Leaf #72B888

Tints of Bay Leaf #72B888

Color information

#72B888 (or 0x72B888) is unknown color: approx Bay Leaf. HEX triplet: 72, B8 and 88. RGB value is (114,184,136). Sum of RGB (Red+Green+Blue) = 114+184+136=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #72B888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B888 is #8D4777. Grayscale: #9D9D9D. Windows color (decimal): -9258872 or 8960114. OLE color: 8960114.

HSL color Cylindrical-coordinate representation of color #72B888: hue angle of 138.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B888 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB114184136-
CMYK0.3800.260.28
HSL138.86º33.02%58.43%-
HSV(B)138.86º38.04%72.16%-
XYZ28.5239.6429.44-
YUV157.6115.8196.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 184 (72.27% from 255) = 42.40%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=26.27%
G=42.40%
B=31.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141841360.3800.260.28138.8633.0258.43
Hex72B8882601A1C8b213a
Octal16227021046032342134172
Binary111001010111000100010001001100110101110010001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B888; }

 p { color: rgb(114,184,136); }

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

<style>
 a { background-color: #72B888; }

 a { background-color: rgb(114,184,136); }

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

<style>
 span { border-color: #72B888; }

 span { border-color: rgb(114,184,136); }

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