#71BC88

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

Shades of Bay Leaf #71BC88

Tints of Bay Leaf #71BC88

Color information

#71BC88 (or 0x71BC88) is unknown color: approx Bay Leaf. HEX triplet: 71, BC and 88. RGB value is (113,188,136). Sum of RGB (Red+Green+Blue) = 113+188+136=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BC88 is #8E4377. Grayscale: #9F9F9F. Windows color (decimal): -9323384 or 8961137. OLE color: 8961137.

HSL color Cylindrical-coordinate representation of color #71BC88: hue angle of 138.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BC88 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB113188136-
CMYK0.4000.280.26
HSL138.4º35.89%59.02%-
HSV(B)138.4º39.89%73.73%-
XYZ29.2441.2529.71-
YUV159.65114.6594.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=25.86%
G=43.02%
B=31.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131881360.4000.280.26138.435.8959.02
Hex71BC882801C1A8a243b
Octal16127421050034322124473
Binary111000110111100100010001010000111001101010001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BC88; }

 p { color: rgb(113,188,136); }

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

<style>
 a { background-color: #71BC88; }

 a { background-color: rgb(113,188,136); }

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

<style>
 span { border-color: #71BC88; }

 span { border-color: rgb(113,188,136); }

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