#83BEA3

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

Shades of Padua #83BEA3

Tints of Padua #83BEA3

Color information

#83BEA3 (or 0x83BEA3) is unknown color: approx Padua. HEX triplet: 83, BE and A3. RGB value is (131,190,163). Sum of RGB (Red+Green+Blue) = 131+190+163=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEA3 is #7C415C. Grayscale: #A9A9A9. Windows color (decimal): -8143197 or 10731139. OLE color: 10731139.

HSL color Cylindrical-coordinate representation of color #83BEA3: hue angle of 152.54º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BEA3 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB131190163-
CMYK0.3100.140.25
HSL152.54º31.22%62.94%-
HSV(B)152.54º31.05%74.51%-
XYZ34.3844.341.39-
YUV169.28124.45100.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=27.07%
G=39.26%
B=33.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901630.3100.140.25152.5431.2262.94
Hex83BEA31F0E19991f3f
Octal20327624337016312313777
Binary1000001110111110101000111111101110110011001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,190,163); }

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

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

 a { background-color: rgb(131,190,163); }

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

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

 span { border-color: rgb(131,190,163); }

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