Html Css Color HEX #70B48D Bay Leaf

📋 copy color: '#70B48D'

red 112 ◦ green 180 ◦ blue 141

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

Shades of Bay Leaf #70B48D

Tints of Bay Leaf #70B48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 25.87%
G = 41.57%
B = 32.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#70B48D (or 0x70B48D) is known color: Bay Leaf. HEX triplet: 70, B4 and 8D. RGB value is (112,180,141). Sum of RGB (Red+Green+Blue) = 112+180+141=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #70B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B48D is #8F4B72. Grayscale: #9B9B9B. Windows color (decimal): -9390963 or 9286768. OLE color: 9286768.

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

Color convert

RGB 112 180 141 -
CMYK 0.38 0 0.22 0.29
HSL 145.59º 0.31% 0.57% -
HSV(B) 145.59º 0.38% 0.71% -
XYZ 27.81 38.01 31.07 -
YUV 155.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 112 180 141 0.38 0 0.22 0.29 145.59 0.31 0.57
Hex 70 B4 8D 26 0 16 1D 92 1F 39
Octal 160 264 215 46 0 26 35 222 37 71
Binary 1110000 10110100 10001101 100110 0 10110 11101 10010010 11111 111001

Color Harmonies of #70B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B48D

Black with #70B48D

Text Example


Text Example

White with #70B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,141); }

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

background-color css

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

 a { background-color: rgb(112,180,141); }

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

border-color css

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

 span { border-color: rgb(112,180,141); }

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