Html Css Color HEX #80AE8F Bay Leaf

📋 copy color: '#80AE8F'

red 128 ◦ green 174 ◦ blue 143

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

Shades of Bay Leaf #80AE8F

Tints of Bay Leaf #80AE8F

RGB

 RED value IS 128 (50.39% from 255) = 28.76%

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

 BLUE value IS 143 (56.25% from 255) = 32.13%

R = 28.76%
G = 39.1%
B = 32.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#80AE8F (or 0x80AE8F) is known color: Bay Leaf. HEX triplet: 80, AE and 8F. RGB value is (128,174,143). Sum of RGB (Red+Green+Blue) = 128+174+143=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AE8F is #7F5170. Grayscale: #9C9C9C. Windows color (decimal): -8343921 or 9416320. OLE color: 9416320.

HSL color Cylindrical-coordinate representation of color #80AE8F: hue angle of 139.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AE8F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 143 -
CMYK 0.26 0 0.18 0.32
HSL 139.57º 0.22% 0.59% -
HSV(B) 139.57º 0.26% 0.68% -
XYZ 29 36.84 31.57 -
YUV 156.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 128 174 143 0.26 0 0.18 0.32 139.57 0.22 0.59
Hex 80 AE 8F 1A 0 12 20 8C 16 3B
Octal 200 256 217 32 0 22 40 214 26 73
Binary 10000000 10101110 10001111 11010 0 10010 100000 10001100 10110 111011

Color Harmonies of #80AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE8F

Black with #80AE8F

Text Example


Text Example

White with #80AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AE8F; }

 p { color: rgb(128,174,143); }

 H1.HeaderClassName
 {
   color: #80AE8F;
 }
 .AnyTagClassName
 {
   color: #80AE8F;
 }
</style>

background-color css

<style>
 a { background-color: #80AE8F; }

 a { background-color: rgb(128,174,143); }

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

border-color css

<style>
 span { border-color: #80AE8F; }

 span { border-color: rgb(128,174,143); }

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