#83C199

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

Shades of Padua #83C199

Tints of Padua #83C199

Color information

#83C199 (or 0x83C199) is unknown color: approx Padua. HEX triplet: 83, C1 and 99. RGB value is (131,193,153). Sum of RGB (Red+Green+Blue) = 131+193+153=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #83C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C199 is #7C3E66. Grayscale: #AAAAAA. Windows color (decimal): -8142439 or 10076547. OLE color: 10076547.

HSL color Cylindrical-coordinate representation of color #83C199: hue angle of 141.29º degrees, saturation: 0.33, 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 #83C199 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB131193153-
CMYK0.3200.210.24
HSL141.29º33.33%63.53%-
HSV(B)141.29º32.12%75.69%-
XYZ34.1845.2737.07-
YUV169.9118.46100.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=27.46%
G=40.46%
B=32.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311931530.3200.210.24141.2933.3363.53
Hex83C19920015188d2140
Octal203301231400253021541100
Binary10000011110000011001100110000001010111000100011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,153); }

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

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

 a { background-color: rgb(131,193,153); }

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

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

 span { border-color: rgb(131,193,153); }

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