Html Css Color HEX #80C08F Bay Leaf

📋 copy color: '#80C08F'

red 128 ◦ green 192 ◦ blue 143

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

Shades of Bay Leaf #80C08F

Tints of Bay Leaf #80C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

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

R = 27.65%
G = 41.47%
B = 30.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#80C08F (or 0x80C08F) is known color: Bay Leaf. HEX triplet: 80, C0 and 8F. RGB value is (128,192,143). Sum of RGB (Red+Green+Blue) = 128+192+143=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #80C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C08F is #7F3F70. Grayscale: #A7A7A7. Windows color (decimal): -8339313 or 9420928. OLE color: 9420928.

HSL color Cylindrical-coordinate representation of color #80C08F: hue angle of 134.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C08F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 143 -
CMYK 0.33 0 0.26 0.25
HSL 134.06º 0.34% 0.63% -
HSV(B) 134.06º 0.33% 0.75% -
XYZ 32.71 44.27 32.81 -
YUV 167.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 128 192 143 0.33 0 0.26 0.25 134.06 0.34 0.63
Hex 80 C0 8F 21 0 1A 19 86 22 3F
Octal 200 300 217 41 0 32 31 206 42 77
Binary 10000000 11000000 10001111 100001 0 11010 11001 10000110 100010 111111

Color Harmonies of #80C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C08F

Black with #80C08F

Text Example


Text Example

White with #80C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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