Html Css Color HEX #70B188 Bay Leaf

📋 copy color: '#70B188'

red 112 ◦ green 177 ◦ blue 136

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

Shades of Bay Leaf #70B188

Tints of Bay Leaf #70B188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

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

R = 26.35%
G = 41.65%
B = 32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#70B188 (or 0x70B188) is known color: Bay Leaf. HEX triplet: 70, B1 and 88. RGB value is (112,177,136). Sum of RGB (Red+Green+Blue) = 112+177+136=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #70B188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B188 is #8F4E77. Grayscale: #989898. Windows color (decimal): -9391736 or 8958320. OLE color: 8958320.

HSL color Cylindrical-coordinate representation of color #70B188: hue angle of 142.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B188 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 177 136 -
CMYK 0.37 0 0.23 0.31
HSL 142.15º 0.29% 0.57% -
HSV(B) 142.15º 0.37% 0.69% -
XYZ 26.85 36.67 28.95 -
YUV 152.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 112 177 136 0.37 0 0.23 0.31 142.15 0.29 0.57
Hex 70 B1 88 25 0 17 1F 8E 1D 39
Octal 160 261 210 45 0 27 37 216 35 71
Binary 1110000 10110001 10001000 100101 0 10111 11111 10001110 11101 111001

Color Harmonies of #70B188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B188

Black with #70B188

Text Example


Text Example

White with #70B188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,136); }

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

background-color css

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

 a { background-color: rgb(112,177,136); }

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

border-color css

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

 span { border-color: rgb(112,177,136); }

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