Html Css Color HEX #83AA97 Padua

📋 copy color: '#83AA97'

red 131 ◦ green 170 ◦ blue 151

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

Shades of Padua #83AA97

Tints of Padua #83AA97

RGB

 RED value IS 131 (51.56% from 255) = 28.98%

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 28.98%
G = 37.61%
B = 33.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#83AA97 (or 0x83AA97) is known color: Padua. HEX triplet: 83, AA and 97. RGB value is (131,170,151). Sum of RGB (Red+Green+Blue) = 131+170+151=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AA97 is #7C5568. Grayscale: #9C9C9C. Windows color (decimal): -8148329 or 9939587. OLE color: 9939587.

HSL color Cylindrical-coordinate representation of color #83AA97: hue angle of 150.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83AA97 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 151 -
CMYK 0.23 0 0.11 0.33
HSL 150.77º 0.19% 0.59% -
HSV(B) 150.77º 0.23% 0.67% -
XYZ 29.32 35.81 34.64 -
YUV 156.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 131 170 151 0.23 0 0.11 0.33 150.77 0.19 0.59
Hex 83 AA 97 17 0 B 21 97 13 3B
Octal 203 252 227 27 0 13 41 227 23 73
Binary 10000011 10101010 10010111 10111 0 1011 100001 10010111 10011 111011

Color Harmonies of #83AA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA97

Black with #83AA97

Text Example


Text Example

White with #83AA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AA97; }

 p { color: rgb(131,170,151); }

 H1.HeaderClassName
 {
   color: #83AA97;
 }
 .AnyTagClassName
 {
   color: #83AA97;
 }
</style>

background-color css

<style>
 a { background-color: #83AA97; }

 a { background-color: rgb(131,170,151); }

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

border-color css

<style>
 span { border-color: #83AA97; }

 span { border-color: rgb(131,170,151); }

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