#83A893

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

Shades of Padua #83A893

Tints of Padua #83A893

Color information

#83A893 (or 0x83A893) is unknown color: approx Padua. HEX triplet: 83, A8 and 93. RGB value is (131,168,147). Sum of RGB (Red+Green+Blue) = 131+168+147=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 168 - color contains mainly: green. Hex color #83A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A893 is #7C576C. Grayscale: #9A9A9A. Windows color (decimal): -8148845 or 9676931. OLE color: 9676931.

HSL color Cylindrical-coordinate representation of color #83A893: hue angle of 145.95º 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 #83A893 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB131168147-
CMYK0.2200.130.34
HSL145.95º17.54%58.63%-
HSV(B)145.95º22.02%65.88%-
XYZ28.6334.9432.84-
YUV154.54123.74111.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=29.37%
G=37.67%
B=32.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311681470.2200.130.34145.9517.5458.63
Hex83A893160D2292123b
Octal20325022326015422222273
Binary10000011101010001001001110110011011000101001001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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