Html Css Color HEX #80B892 Padua

📋 copy color: '#80B892'

red 128 ◦ green 184 ◦ blue 146

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

Shades of Padua #80B892

Tints of Padua #80B892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.88%

R = 27.95%
G = 40.17%
B = 31.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#80B892 (or 0x80B892) is known color: Padua. HEX triplet: 80, B8 and 92. RGB value is (128,184,146). Sum of RGB (Red+Green+Blue) = 128+184+146=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #80B892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B892 is #7F476D. Grayscale: #A3A3A3. Windows color (decimal): -8341358 or 9615488. OLE color: 9615488.

HSL color Cylindrical-coordinate representation of color #80B892: hue angle of 139.29º 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 #80B892 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 146 -
CMYK 0.30 0 0.21 0.28
HSL 139.29º 0.28% 0.61% -
HSV(B) 139.29º 0.3% 0.72% -
XYZ 31.23 40.95 33.45 -
YUV 162.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 128 184 146 0.30 0 0.21 0.28 139.29 0.28 0.61
Hex 80 B8 92 1E 0 15 1C 8B 1C 3D
Octal 200 270 222 36 0 25 34 213 34 75
Binary 10000000 10111000 10010010 11110 0 10101 11100 10001011 11100 111101

Color Harmonies of #80B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B892

Black with #80B892

Text Example


Text Example

White with #80B892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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