#83B99E

Color #83B99E Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #83B99E

Tints of Padua #83B99E

Color information

#83B99E (or 0x83B99E) is unknown color: approx Padua. HEX triplet: 83, B9 and 9E. RGB value is (131,185,158). Sum of RGB (Red+Green+Blue) = 131+185+158=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #83B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B99E is #7C4661. Grayscale: #A5A5A5. Windows color (decimal): -8144482 or 10402179. OLE color: 10402179.

HSL color Cylindrical-coordinate representation of color #83B99E: hue angle of 150º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B99E is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB131185158-
CMYK0.2900.150.27
HSL150º27.84%61.96%-
HSV(B)150º29.19%72.55%-
XYZ32.8841.9938.72-
YUV165.78123.61103.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 185 (72.66% from 255) = 39.03%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=27.64%
G=39.03%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311851580.2900.150.2715027.8461.96
Hex83B99E1D0F1B961c3e
Octal20327123635017332263476
Binary1000001110111001100111101110101111110111001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,158); }

 H1.HeaderClassName
 {
   color: #83B99E;
 }
 .AnyTagClassName
 {
   color: #83B99E;
 }
</style>
background-color css

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

 a { background-color: rgb(131,185,158); }

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

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

 span { border-color: rgb(131,185,158); }

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