Html Css Color HEX #70AE86 Bay Leaf

📋 copy color: '#70AE86'

red 112 ◦ green 174 ◦ blue 134

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

Shades of Bay Leaf #70AE86

Tints of Bay Leaf #70AE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

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

R = 26.67%
G = 41.43%
B = 31.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#70AE86 (or 0x70AE86) is known color: Bay Leaf. HEX triplet: 70, AE and 86. RGB value is (112,174,134). Sum of RGB (Red+Green+Blue) = 112+174+134=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE86 is #8F5179. Grayscale: #979797. Windows color (decimal): -9392506 or 8826480. OLE color: 8826480.

HSL color Cylindrical-coordinate representation of color #70AE86: hue angle of 141.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AE86 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 134 -
CMYK 0.36 0 0.23 0.32
HSL 141.29º 0.28% 0.56% -
HSV(B) 141.29º 0.36% 0.68% -
XYZ 26.12 35.44 28.02 -
YUV 150.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 112 174 134 0.36 0 0.23 0.32 141.29 0.28 0.56
Hex 70 AE 86 24 0 17 20 8D 1C 38
Octal 160 256 206 44 0 27 40 215 34 70
Binary 1110000 10101110 10000110 100100 0 10111 100000 10001101 11100 111000

Color Harmonies of #70AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE86

Black with #70AE86

Text Example


Text Example

White with #70AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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