Html Css Color HEX #80B698 Padua

📋 copy color: '#80B698'

red 128 ◦ green 182 ◦ blue 152

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

Shades of Padua #80B698

Tints of Padua #80B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.39%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 27.71%
G = 39.39%
B = 32.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#80B698 (or 0x80B698) is known color: Padua. HEX triplet: 80, B6 and 98. RGB value is (128,182,152). Sum of RGB (Red+Green+Blue) = 128+182+152=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #80B698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B698 is #7F4967. Grayscale: #A2A2A2. Windows color (decimal): -8341864 or 10008192. OLE color: 10008192.

HSL color Cylindrical-coordinate representation of color #80B698: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B698 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 152 -
CMYK 0.30 0 0.16 0.29
HSL 146.67º 0.27% 0.61% -
HSV(B) 146.67º 0.3% 0.71% -
XYZ 31.3 40.31 35.84 -
YUV 162.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 128 182 152 0.30 0 0.16 0.29 146.67 0.27 0.61
Hex 80 B6 98 1E 0 10 1D 93 1B 3D
Octal 200 266 230 36 0 20 35 223 33 75
Binary 10000000 10110110 10011000 11110 0 10000 11101 10010011 11011 111101

Color Harmonies of #80B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B698

Black with #80B698

Text Example


Text Example

White with #80B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,152); }

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

background-color css

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

 a { background-color: rgb(128,182,152); }

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

border-color css

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

 span { border-color: rgb(128,182,152); }

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