#83C2A1

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

Shades of Padua #83C2A1

Tints of Padua #83C2A1

Color information

#83C2A1 (or 0x83C2A1) is unknown color: approx Padua. HEX triplet: 83, C2 and A1. RGB value is (131,194,161). Sum of RGB (Red+Green+Blue) = 131+194+161=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #83C2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C2A1 is #7C3D5E. Grayscale: #ABABAB. Windows color (decimal): -8142175 or 10601091. OLE color: 10601091.

HSL color Cylindrical-coordinate representation of color #83C2A1: hue angle of 148.57º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C2A1 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB131194161-
CMYK0.3200.170.24
HSL148.57º34.05%63.73%-
HSV(B)148.57º32.47%76.08%-
XYZ35.0845.9840.74-
YUV171.4122.1399.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=26.95%
G=39.92%
B=33.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311941610.3200.170.24148.5734.0563.73
Hex83C2A12001118952240
Octal203302241400213022542100
Binary10000011110000101010000110000001000111000100101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,194,161); }

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

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

 a { background-color: rgb(131,194,161); }

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

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

 span { border-color: rgb(131,194,161); }

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