Html Css Color HEX #80B897 Padua

📋 copy color: '#80B897'

red 128 ◦ green 184 ◦ blue 151

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

Shades of Padua #80B897

Tints of Padua #80B897

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

 BLUE value IS 151 (59.38% from 255) = 32.61%

R = 27.65%
G = 39.74%
B = 32.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#80B897 (or 0x80B897) is known color: Padua. HEX triplet: 80, B8 and 97. RGB value is (128,184,151). Sum of RGB (Red+Green+Blue) = 128+184+151=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #80B897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B897 is #7F4768. Grayscale: #A3A3A3. Windows color (decimal): -8341353 or 9943168. OLE color: 9943168.

HSL color Cylindrical-coordinate representation of color #80B897: hue angle of 144.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B897 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 151 -
CMYK 0.30 0 0.18 0.28
HSL 144.64º 0.28% 0.61% -
HSV(B) 144.64º 0.3% 0.72% -
XYZ 31.63 41.1 35.55 -
YUV 163.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 128 184 151 0.30 0 0.18 0.28 144.64 0.28 0.61
Hex 80 B8 97 1E 0 12 1C 91 1C 3D
Octal 200 270 227 36 0 22 34 221 34 75
Binary 10000000 10111000 10010111 11110 0 10010 11100 10010001 11100 111101

Color Harmonies of #80B897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B897

Black with #80B897

Text Example


Text Example

White with #80B897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,151); }

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

background-color css

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

 a { background-color: rgb(128,184,151); }

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

border-color css

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

 span { border-color: rgb(128,184,151); }

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