Html Css Color HEX #83A896 Padua

📋 copy color: '#83A896'

red 131 ◦ green 168 ◦ blue 150

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

Shades of Padua #83A896

Tints of Padua #83A896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 29.18%
G = 37.42%
B = 33.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#83A896 (or 0x83A896) is known color: Padua. HEX triplet: 83, A8 and 96. RGB value is (131,168,150). Sum of RGB (Red+Green+Blue) = 131+168+150=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #83A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A896 is #7C5769. Grayscale: #9A9A9A. Windows color (decimal): -8148842 or 9873539. OLE color: 9873539.

HSL color Cylindrical-coordinate representation of color #83A896: hue angle of 150.81º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A896 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 150 -
CMYK 0.22 0 0.11 0.34
HSL 150.81º 0.18% 0.59% -
HSV(B) 150.81º 0.22% 0.66% -
XYZ 28.87 35.03 34.09 -
YUV 154.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 131 168 150 0.22 0 0.11 0.34 150.81 0.18 0.59
Hex 83 A8 96 16 0 B 22 97 12 3B
Octal 203 250 226 26 0 13 42 227 22 73
Binary 10000011 10101000 10010110 10110 0 1011 100010 10010111 10010 111011

Color Harmonies of #83A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A896

Black with #83A896

Text Example


Text Example

White with #83A896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,150); }

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

background-color css

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

 a { background-color: rgb(131,168,150); }

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

border-color css

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

 span { border-color: rgb(131,168,150); }

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