Html Css Color HEX #70AE85 Bay Leaf

📋 copy color: '#70AE85'

red 112 ◦ green 174 ◦ blue 133

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

Shades of Bay Leaf #70AE85

Tints of Bay Leaf #70AE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.74%

R = 26.73%
G = 41.53%
B = 31.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#70AE85 (or 0x70AE85) is known color: Bay Leaf. HEX triplet: 70, AE and 85. RGB value is (112,174,133). Sum of RGB (Red+Green+Blue) = 112+174+133=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE85 is #8F517A. Grayscale: #969696. Windows color (decimal): -9392507 or 8760944. OLE color: 8760944.

HSL color Cylindrical-coordinate representation of color #70AE85: hue angle of 140.32º 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 #70AE85 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 133 -
CMYK 0.36 0 0.24 0.32
HSL 140.32º 0.28% 0.56% -
HSV(B) 140.32º 0.36% 0.68% -
XYZ 26.05 35.41 27.65 -
YUV 150.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 112 174 133 0.36 0 0.24 0.32 140.32 0.28 0.56
Hex 70 AE 85 24 0 18 20 8C 1C 38
Octal 160 256 205 44 0 30 40 214 34 70
Binary 1110000 10101110 10000101 100100 0 11000 100000 10001100 11100 111000

Color Harmonies of #70AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE85

Black with #70AE85

Text Example


Text Example

White with #70AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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