Html Css Color HEX #71BC88 Bay Leaf

📋 copy color: '#71BC88'

red 113 ◦ green 188 ◦ blue 136

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

Shades of Bay Leaf #71BC88

Tints of Bay Leaf #71BC88

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 value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#71BC88 (or 0x71BC88) is known color: 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

RGB 113 188 136 -
CMYK 0.40 0 0.28 0.26
HSL 138.4º 0.36% 0.59% -
HSV(B) 138.4º 0.4% 0.74% -
XYZ 29.24 41.25 29.71 -
YUV 159.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 113 188 136 0.40 0 0.28 0.26 138.4 0.36 0.59
Hex 71 BC 88 28 0 1C 1A 8A 24 3B
Octal 161 274 210 50 0 34 32 212 44 73
Binary 1110001 10111100 10001000 101000 0 11100 11010 10001010 100100 111011

Color Harmonies of #71BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC88

Black with #71BC88

Text Example


Text Example

White with #71BC88

Text Example


Text Example

HTML Codes & Css Web 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>