Html Css Color HEX #80AF8B Bay Leaf

📋 copy color: '#80AF8B'

red 128 ◦ green 175 ◦ blue 139

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

Shades of Bay Leaf #80AF8B

Tints of Bay Leaf #80AF8B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.59%

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 28.96%
G = 39.59%
B = 31.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#80AF8B (or 0x80AF8B) is known color: Bay Leaf. HEX triplet: 80, AF and 8B. RGB value is (128,175,139). Sum of RGB (Red+Green+Blue) = 128+175+139=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF8B is #7F5074. Grayscale: #9C9C9C. Windows color (decimal): -8343669 or 9154432. OLE color: 9154432.

HSL color Cylindrical-coordinate representation of color #80AF8B: hue angle of 134.04º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF8B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 139 -
CMYK 0.27 0 0.21 0.31
HSL 134.04º 0.23% 0.59% -
HSV(B) 134.04º 0.27% 0.69% -
XYZ 28.89 37.11 30.07 -
YUV 156.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 128 175 139 0.27 0 0.21 0.31 134.04 0.23 0.59
Hex 80 AF 8B 1B 0 15 1F 86 17 3B
Octal 200 257 213 33 0 25 37 206 27 73
Binary 10000000 10101111 10001011 11011 0 10101 11111 10000110 10111 111011

Color Harmonies of #80AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF8B

Black with #80AF8B

Text Example


Text Example

White with #80AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,139); }

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

background-color css

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

 a { background-color: rgb(128,175,139); }

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

border-color css

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

 span { border-color: rgb(128,175,139); }

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