Html Css Color HEX #70BC86 Bay Leaf

📋 copy color: '#70BC86'

red 112 ◦ green 188 ◦ blue 134

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

Shades of Bay Leaf #70BC86

Tints of Bay Leaf #70BC86

RGB

 RED value IS 112 (44.14% from 255) = 25.81%

 GREEN value IS 188 (73.83% from 255) = 43.32%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 25.81%
G = 43.32%
B = 30.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#70BC86 (or 0x70BC86) is known color: Bay Leaf. HEX triplet: 70, BC and 86. RGB value is (112,188,134). Sum of RGB (Red+Green+Blue) = 112+188+134=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC86 is #8F4379. Grayscale: #9F9F9F. Windows color (decimal): -9388922 or 8830064. OLE color: 8830064.

HSL color Cylindrical-coordinate representation of color #70BC86: hue angle of 137.37º 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 #70BC86 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 134 -
CMYK 0.40 0 0.29 0.26
HSL 137.37º 0.36% 0.59% -
HSV(B) 137.37º 0.4% 0.74% -
XYZ 28.97 41.13 28.97 -
YUV 159.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 112 188 134 0.40 0 0.29 0.26 137.37 0.36 0.59
Hex 70 BC 86 28 0 1D 1A 89 24 3B
Octal 160 274 206 50 0 35 32 211 44 73
Binary 1110000 10111100 10000110 101000 0 11101 11010 10001001 100100 111011

Color Harmonies of #70BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC86

Black with #70BC86

Text Example


Text Example

White with #70BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70BC86; }

 p { color: rgb(112,188,134); }

 H1.HeaderClassName
 {
   color: #70BC86;
 }
 .AnyTagClassName
 {
   color: #70BC86;
 }
</style>

background-color css

<style>
 a { background-color: #70BC86; }

 a { background-color: rgb(112,188,134); }

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

border-color css

<style>
 span { border-color: #70BC86; }

 span { border-color: rgb(112,188,134); }

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