Html Css Color HEX #80B38D Bay Leaf

📋 copy color: '#80B38D'

red 128 ◦ green 179 ◦ blue 141

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

Shades of Bay Leaf #80B38D

Tints of Bay Leaf #80B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

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

R = 28.57%
G = 39.96%
B = 31.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#80B38D (or 0x80B38D) is known color: Bay Leaf. HEX triplet: 80, B3 and 8D. RGB value is (128,179,141). Sum of RGB (Red+Green+Blue) = 128+179+141=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #80B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B38D is #7F4C72. Grayscale: #9F9F9F. Windows color (decimal): -8342643 or 9286528. OLE color: 9286528.

HSL color Cylindrical-coordinate representation of color #80B38D: hue angle of 135.29º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B38D is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 141 -
CMYK 0.28 0 0.21 0.30
HSL 135.29º 0.25% 0.6% -
HSV(B) 135.29º 0.28% 0.7% -
XYZ 29.83 38.75 31.11 -
YUV 159.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 128 179 141 0.28 0 0.21 0.30 135.29 0.25 0.6
Hex 80 B3 8D 1C 0 15 1E 87 19 3C
Octal 200 263 215 34 0 25 36 207 31 74
Binary 10000000 10110011 10001101 11100 0 10101 11110 10000111 11001 111100

Color Harmonies of #80B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B38D

Black with #80B38D

Text Example


Text Example

White with #80B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,141); }

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

background-color css

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

 a { background-color: rgb(128,179,141); }

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

border-color css

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

 span { border-color: rgb(128,179,141); }

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