#83B893

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

Shades of Padua #83B893

Tints of Padua #83B893

Color information

#83B893 (or 0x83B893) is unknown color: approx Padua. HEX triplet: 83, B8 and 93. RGB value is (131,184,147). Sum of RGB (Red+Green+Blue) = 131+184+147=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #83B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B893 is #7C476C. Grayscale: #A4A4A4. Windows color (decimal): -8144749 or 9681027. OLE color: 9681027.

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

Color convert

RGB131184147-
CMYK0.2900.200.28
HSL138.11º27.18%61.76%-
HSV(B)138.11º28.8%72.16%-
XYZ31.7741.2133.88-
YUV163.94118.44104.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=28.35%
G=39.83%
B=31.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311841470.2900.200.28138.1127.1861.76
Hex83B8931D0141C8a1b3e
Octal20327022335024342123376
Binary10000011101110001001001111101010100111001000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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